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

2.2k Views Asked by At

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

There are 2 best solutions below

0
On BEST ANSWER

Regrettably, it is not available.

Please vote for https://youtrack.jetbrains.com/issue/IDEA-232254 in order to increase its priority.

1
On

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