githubzen

Github Zen mode editing with fixed-width font?


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


Solution

  • I use Firefox with Stylish:

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

    Source