Search code examples
intellij-idea

How to change intellij font size globally?


I'm try to decrease the font size of my code and the workbench menus. Doing it by File > Settings > Editor > Font only changes the font size in the code editor. Is there way to do this for the whole IDE?


Solution

  • There are 2 Font settings in Jetbrains.

    1. To set the global scale, Open Appearance & Behavior > Appearance, enable the checkbox Use custom font: and then increase the Size

    2. Editor > Font is only for the editor, so menus are not affected.