Github Zen mode editing with fixed-width font?

91 Views Asked by At

Is there a way to tell Github Zen mode (full screen text editor) to use a fixed-width font?

1

There are 1 best solutions below

0
Zombo On BEST ANSWER

I use Firefox with Stylish:

@-moz-document domain(github.com) {
  #fullscreen-contents {
    font-family: Consolas;
  }
}

Source