102

Is there a possibility to increase/decrease font size in all UI elements throughout the IntelliJ IDEA?

Eugene
  • 59,186
  • 91
  • 226
  • 333

7 Answers7

116

It's possible to override font/size for the UI here (editor font is configured elsewhere):

UI font override

CrazyCoder
  • 389,263
  • 172
  • 990
  • 904
  • 2
    I 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:

enter image description here

2)

enter image description here

3)

enter image description here

dorien
  • 5,265
  • 10
  • 57
  • 116
Saeed Zarinfam
  • 9,818
  • 7
  • 59
  • 72
17

As of version 2020.3 the UI looks like this:

  1. Press Ctrl + Alt + S
  2. Settings: IntelliJ Settings
Gerrit Sedlaczek
  • 1,231
  • 1
  • 14
  • 32
6

I'm now using Intellij 2019.12.3, and the answer should be:

Preferences -> Appearance & Behaviors -> Appearance -> Use custom font

enter image description here

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.

Community
  • 1
  • 1
Yunchi
  • 5,529
  • 2
  • 17
  • 18
1

For IntelliJ 2022.2 it´s pretty simple:

For the Editor Area

Setings->Editor->General

under font-size changing with Ctrl+Mouse Wheel you can set "All editors"

For the UI Area

Setings->Apperance & Behavior->Appearance

There you can direct change the Font and Size

Editor UI

JZV
  • 11
  • 4
-1

The simple one is:

  1. Press Ctrl+Shift+A.
  2. In the popup frame, type Increase font size or Decrease font size, and then click Enter.

Doc