如何在 IntelliJIDEA 中增加所有 UI 元素的字体?

是否有可能在整个 IntelliJ IDEA 中增加/减少所有 UI 元素的字体大小?

42099 次浏览

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.

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

UI font override

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

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

As of version 2020.3 the UI looks like this:

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

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

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

enter image description here

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