Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I globally increase font size in editor in Pycharm?

Help->Find Action->Increase Font increases the font size in just one editor.

I want to do that -- but globally.

Simply choosing "Use Custom Font" like this...

enter image description here

... sets the font size in the project panel, not the editor.

enter image description here

like image 386
Joshua Fox Avatar asked Mar 05 '23 20:03

Joshua Fox


1 Answers

The UI and editor fonts are independent settings. As you have stated, Settings > Appearance & Behavior > Appearance allows you to customize the UI font. To set the default font size for editor windows, you must configure the option in File > Settings > Editor > Font:

enter image description here

like image 120
cody Avatar answered Mar 17 '23 05:03

cody