Lucas
Lucas

Reputation: 511

Spyder Python IDE - Changing Editor Text Problems

I'm new to using Spyder here. How do I get the text editor to show 'Verdana' font? The editor seems to be classified as a 'Plan text font' since it's showing 'Consolas' instead of 'Verdana'.

For reference, the file open is a '.py' file.

I've checked the settings in Preferences -> General -> Appearance

Settings Screenshot

Upvotes: 0

Views: 624

Answers (1)

Carlos Cordoba
Carlos Cordoba

Reputation: 34156

(Spyder maintainer here) You can only choose monospaced fonts for the Editor. If Verdana doesn't fit in that category then you can't choose it, sorry.

Upvotes: 1

Related Questions