Github Zen 模式用固定宽度的字体编辑?

Github Zen mode editing with fixed-width font?

有没有办法告诉 Github Zen 模式(全屏文本编辑器)使用固定宽度的字体?

我用 Stylish 的 Firefox:

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

Source