Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to change the console font size in IntelliJ IDEA

Is it possible to change the console font size in IntelliJ IDEA?

I changed the actual text size under Settings > Editor > Font, but "console/terminal" font is too small.

I'm using Community Edition 15

like image 910
Michael Lafayette Avatar asked Mar 06 '16 16:03

Michael Lafayette


People also ask

How do I change the font size on my console?

Right click on the console window title bar, select Defaults, switch to tab Font and choose your desired font and size.

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)


1 Answers

Works on every Intellij Version

Press Ctrl+Shift+a and search for console font:

enter image description here

Select Console Font and the right settings menu will be opened.

Intellij Version < 2018

Open Settings -> Editor -> Colors & Fonts -> Console Font

You can change font size and colors there but you have to save the Scheme into a custom scheme before you can change the values.

enter image description here

I am using the ultimate edition. If you don't see that settings it's probably because of the community edition you are using.

Intellij Version >= 2018

Open Settings -> Editor -> Color Scheme -> Console Font

enter image description here

like image 124
Peter Avatar answered Sep 20 '22 02:09

Peter