Home > Blockchain >  How to change intellij font size globally?
How to change intellij font size globally?

Time:11-11

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?

CodePudding user response:

short cut may be you can us control button keyboard wheel. That works in most case

CodePudding user response:

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.

  • Related