如何在IntelliJ IDEA中更改Markdown预览字体大小?

詹姆斯·摩尔

如何在IntelliJ IDEA 2017.1中更改Markdown预览字体大小?默认字体太小,没有用。

我尝试更改:

Preferences > Editor > Colors and Fonts > Font > Primary font
Preferences > Editor > Colors and Fonts > Font > Secondary font
Preferences > Editor > Colors and Fonts > Markdown
  (this doesn't have any font or size options)
⌘->scroll wheel

我可以在编辑器窗口中更改字体大小,但尚未找到更改Markdown预览窗口字体的技巧。

我也用

Preferences > Appearance & Behavior > Appearance > Override default fonts by

即使那样也不会改变字体大小。

我正在使用

IntelliJ IDEA 2017.1
Build #IC-171.3780.95, built on March 20, 2017
JRE: 1.8.0_112-release-736-b13 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.12.3
疯狂编码器

目前,只能通过自定义CSS更改预览的字体大小

body {
    font-size: 80% !important;
}

的CSS

您可以投票给相关请求以使其更容易更改:

  • RUBY-19148 Markdown渲染窗口不支持鼠标滚轮字体大小增加/减少

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章