How to increase fonts in all UI elements in IntelliJ IDEA?

Intellij Idea

Intellij Idea Problem Overview


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

Intellij Idea Solutions


Solution 1 - Intellij Idea

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

UI font override

Solution 2 - Intellij Idea

Follow these three steps to change all fonts in the IDE (including project tree and console):

Perform a search based on fonts in the settings menu:

enter image description here

enter image description here

enter image description here

Solution 3 - Intellij Idea

As of version 2020.3 the UI looks like this:

  1. Press Ctrl + Alt + S
  2. Settings: IntelliJ Settings

Solution 4 - Intellij Idea

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

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

enter image description here

Solution 5 - Intellij Idea

This seems to have an answer to a similar question: https://stackoverflow.com/questions/5380487/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.

Solution 6 - Intellij Idea

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

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionEugeneView Question on Stackoverflow
Solution 1 - Intellij IdeaCrazyCoderView Answer on Stackoverflow
Solution 2 - Intellij IdeaSaeed ZarinfamView Answer on Stackoverflow
Solution 3 - Intellij IdeaGerrit SedlaczekView Answer on Stackoverflow
Solution 4 - Intellij IdeaSean_SyueView Answer on Stackoverflow
Solution 5 - Intellij IdeaYunchiView Answer on Stackoverflow
Solution 6 - Intellij IdeaVolodymyr YasinskyiView Answer on Stackoverflow