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

Intellij IdeaFont SizeIntellij 15

Intellij Idea Problem Overview


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

Intellij Idea Solutions


Solution 1 - Intellij Idea

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

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
QuestionMichael LafayetteView Question on Stackoverflow
Solution 1 - Intellij IdeaPeterView Answer on Stackoverflow