aerioeus
aerioeus

Reputation: 1410

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

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?

Upvotes: 3

Views: 2592

Answers (2)

Forhad Hossain
Forhad Hossain

Reputation: 438

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

Upvotes: 2

Antonina Belianskaya
Antonina Belianskaya

Reputation: 640

Regrettably, it is not available.

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

Upvotes: 5

Related Questions