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

Jam*_*ore 9 markdown fonts intellij-idea

如何更改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
Run Code Online (Sandbox Code Playgroud)

我可以在编辑器窗口中更改字体大小,但我还没有找到更改Markdown预览窗口字体的技巧.

我也用

Preferences > Appearance & Behavior > Appearance > Override default fonts by
Run Code Online (Sandbox Code Playgroud)

即便这样也不会改变字体大小.

我正在使用

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
Run Code Online (Sandbox Code Playgroud)

Cra*_*der 15

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

body {
    font-size: 80% !important;
}
Run Code Online (Sandbox Code Playgroud)

CSS

您可以投票的相关请求,以便更改:

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