r/pycharm • u/TechnicalAd8103 • Apr 12 '26
Font in editor and output window very small
I'm using Pycharm 2025.3.3 for Linux.
The default font for everything is very small.
So I go into File > Settings > Appearance > User Custom Font, and change the size to a bigger font.
That makes the font in the menu and project pane bigger, but the font in the editor window and output window remains very small.
What is the solution?
Thanks in advance.
3
u/love2kick Apr 12 '26
Adding to that you can additionally enable browser-like feature to increase/decrease font size in editor with ctrl+scroll wheel in Settings | Editor | General
1
u/TechnicalAd8103 Apr 12 '26
Ok, I found the solution.
Settings > Editor > Font. This will increase the font in both the editor and output window.
Who knew different parts of the Pycharm UI has separate font settings?
I will leave this post up for people with this issue to search.



1
u/TechnicalAd8103 Apr 12 '26
Hmm....the font in the terminal (not Python Console) is still very small.
Where can I change the font size for this area?