How to adjust the font size for Markdown in IntelliJ DataSpell? (PyCharm)?

Viewed 968

I'm trying to enlarge the font for the markdown displayed in the Jupyter Notebooks opened with IntelliJ DataSpell. I have adjusted anything in the Settings Menu you can think of. But it only affects the Menu or the Editor, never the Markdown shown.

I found an old topic (below) but that does not work.

How do you change the Markdown preview font size in IntelliJ IDEA?

Has anybody another idea how to adjust the font size?

2 Answers

To change the font size of the menus and markdown texts:

File -> Settings -> Appearance & Behavior -> Appearance -> Use custom font (change font) -> Apply / OK

To change the font size of editor:

File -> Settings -> Editor -> Font (change font) -> Apply / OK

To apply changes on Markdown cells, you have to either double click on the cell and run the cell again or just restart the DataSpell IDE.

enter image description here

Related