Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 939
Eugene Avatar asked Jun 15 '12 14:06

Eugene


People also ask

How do I increase the overall font size in IntelliJ?

Specify the size of the font. If you need to quickly change the font size while in the editor, press Ctrl+Alt+S to open the IDE settings, go to Editor | General, and select Change font size with Command+Mouse Wheel or Change font size with Control+Mouse depending on your operating system.

What is the default font size in IntelliJ?

Reset Editor Font Size Preference (default value is 12, can be changed in Settings > Tools > Quickly Change Editor Font Size Preference)

How do I add fonts to IntelliJ?

1. Unzip the archive and install the font: mac:Select all font files in the folder and double-click the “Install Font” button. window:Select all font files in the folder, right-click any of them, then pick “Install” from the menu.


1 Answers

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

UI font override

like image 74
CrazyCoder Avatar answered Oct 03 '22 10:10

CrazyCoder