1

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

4

1 回答 1

1

我将 Firefox 与 Stylish 一起使用:

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

资源

于 2015-07-25T00:32:13.640 回答