spyder change editor default font/scale/zoom

Question:

Is there an option in Spyder to set/change a default script window (editor) scale?

I always have to adjust the script display for each script when I open Spyder with ctrl + mouse wheel and it annoys me a lil bit.

I searched in Spyder preferences and in google, but didn’t find anything helpful.

Answers:

Seems that I didn’t inspect Preferences attentively enough initially.
Right answer is:

Preferences → Text and margin font style → Size

EDIT:
updating answer according to comments.

In the latest versions of Spyder IDE path to changing font size is:

Tools → Preferences → General → Appearance → Fonts

EDIT2 (since march 2021):

Tools → Preferences → Appearance → Fonts

EDIT3 (since march 2023):

Python → Preferences → Appearance → Fonts
Answered By: Dmitriy Fialkovskiy

Right clicking in the text window there are menus Zoom in, Zoom out and Zoom reset

Answered By: Freeman

You can use Ctrl++ to zoom-in and Ctrl+- to zoom-out of the editor.

Answered By: Codingkido
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.