Is it possible to change the console font size in IntelliJ IDEA

后端 未结 1 1492
梦毁少年i
梦毁少年i 2020-12-30 19:34

Is it possible to change the console font size in IntelliJ IDEA?

I changed the actual text size under Settings > Editor > Font, but \"console/terminal\" fon

相关标签:
1条回答
  • 2020-12-30 20:18

    Works on every Intellij Version

    Press Ctrl+Shift+a and search for console font:

    Select Console Font and the right settings menu will be opened.

    Intellij Version < 2018

    Open Settings -> Editor -> Colors & Fonts -> Console Font

    You can change font size and colors there but you have to save the Scheme into a custom scheme before you can change the values.

    I am using the ultimate edition. If you don't see that settings it's probably because of the community edition you are using.

    Intellij Version >= 2018

    Open Settings -> Editor -> Color Scheme -> Console Font

    0 讨论(0)
提交回复
热议问题