Reputation: 1052
How does one install a different font into PyCharm to use in the code editor?
The default font choices seem pretty limited and some of those fonts are not rendered properly.
Also, which font do you prefer to use in PyCharm?
Upvotes: 6
Views: 12240
Reputation: 31
First you need to install the font you want then close out the program, open it back up and go t File > Settings > Appearance And Behavior > Appearance
, click "Override Default Fonts", look for your font, and click apply then Ok.
Upvotes: 3
Reputation: 176
To me it seems all installed system fonts are available (Windows 10). Even if I use some weird font, it renders ok. I stay with default Segoe UI and for code I use Consolas.
Upvotes: 1