How to change intellij font size globally?

Viewed 506

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?

2 Answers

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.

short cut may be you can us control button + keyboard wheel OR ctlr+ + or - button . That works in most case

Related