Python pycharm editor modifies code font

To modify the code font in the pycharm editor, you can follow the following steps:

Click on the menu shown above,

Then click File->Settings to enter the settings page.

We find Font under Editor and click on it, then we can modify the font related configuration on the right side.

 

It is recommended to use a fixed-width font, such as Courier New. The code in a fixed-width font will look more beautiful.

You can also set the font size Size and Line height.

After setting up, we need to click Apply->OK.

Since then, the code writing font setting is completed!

Guess you like

Origin blog.csdn.net/mr_five55/article/details/135323654