Recently, some users who are using PyCharm have asked me how to change Chinese fonts. The following tutorial describes the steps for changing Chinese fonts in PyCharm.
How to change Chinese fonts in PyCharm
Click the option “File” in the upper right corner to open the file menu.
Click the "Setting" option in the menu to enter the settings.
在左侧的选项依次打开“Editor”-“Font”。
You can set the font in "Font". "Consola" is recommended. The font system usually comes with it. In "Size" you can set the font size, 16 is recommended. You can set Chinese fonts in Fallback font. Note that Chinese pinyin is used here, so please pay attention to distinguish it.
After setting, click the button "OK" below. Then the font and font size of the code were all changed.
Friends who still don’t understand the operation process of changing Chinese fonts in PyCharm, don’t miss this article brought by the editor.