Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing custom font in JetBrains PyCharm?

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?

like image 419
heapoverflow Avatar asked Apr 17 '17 19:04

heapoverflow


People also ask

How do I add custom fonts to PyCharm?

Customize the console font To use a different font in the console: Press Ctrl+Alt+S to open the IDE settings and select Editor | Color Scheme | Console Font. Select the Use console font instead of the default checkbox.

How do I import a font into Python?

Open Fonts by clicking the Start button Picture of the Start button, clicking Control Panel, clicking Appearance and Personalization, and then clicking Fonts. Then drag your font to there. That's all. You should see this screen, drag your font here.

What font does PyCharm use?

JetBrains Mono: A free and open source typeface for developers. JetBrains: Developer Tools for Professionals and Teams.


2 Answers

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.

like image 102
Aidan Abello Avatar answered Sep 30 '22 05:09

Aidan Abello


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.

font settings

like image 31
karna7 Avatar answered Sep 30 '22 07:09

karna7