Is there a possibility to increase/decrease font size in all UI elements throughout the IntelliJ IDEA?
Asked
Active
Viewed 4.3k times
7 Answers
116
It's possible to override font/size for the UI here (editor font is configured elsewhere):

CrazyCoder
- 389,263
- 172
- 990
- 904
-
2I can see the overriden font also in the project view and trees – mirelon Apr 24 '14 at 10:53
-
4@mirelon, I think the answer is for an earlier version. The font change does the right thing in 14. – James Moore Mar 21 '15 at 04:26
-
It would be awesome if the answer were updated for the sake of the future readers (it changes the font everywhere, including the project vies/trees). – SlavaSt Oct 25 '17 at 02:53
-
@CrazyCoder updating fonts works for the entire UI now (2018.1). You should update your answer. – Hawkeye Parker Mar 27 '18 at 18:33
-
I have recently begun using Intellij Idea.. (version 2018.2) I cannot determine how to get to this screen... any suggestions? – TheGeeko61 Jul 27 '18 at 18:48
-
1@TheGeeko61 https://www.jetbrains.com/help/idea/accessing-settings.html, https://www.jetbrains.com/help/idea/settings-appearance.html – CrazyCoder Jul 27 '18 at 18:50
-
Oh! The [Settings] from the File menu... Thanks! I'm using Ubuntu and I think that it is undermining the Ctrl-Alt-S keystroke. – TheGeeko61 Jul 27 '18 at 18:54
58
Follow these three steps to change all fonts in the IDE (including project tree and console):
1)
Perform a search based on fonts in the settings menu:
2)
3)

dorien
- 5,265
- 10
- 57
- 116

Saeed Zarinfam
- 9,818
- 7
- 59
- 72
6
I'm now using Intellij 2019.12.3, and the answer should be:
Preferences -> Appearance & Behaviors -> Appearance -> Use custom font

Sean_Syue
- 555
- 7
- 14
2
This seems to have an answer to a similar question: Is it possible to change the font size of the project panel?
You could also try changing your system font and see if Intellij picks that up. Might only work for the menus though and if you are using the system theme like GTK+ on Linux.
-1
The simple one is:
- Press Ctrl+Shift+A.
- In the popup frame, type Increase font size or Decrease font size, and then click Enter.

Volodymyr Yasinskyi
- 148
- 1
- 7
-
3This just changes the editor font. The question is about every other UI element in Intellij, since the default font size is absurdly tiny. – James Moore Feb 23 '16 at 06:46
-
1This also changes only the editor font size from the current class, not from all opened classes – jan Apr 26 '16 at 09:11
-
1