Home > Enterprise >  Changing font type of Jupyter Notebook output in VSCode
Changing font type of Jupyter Notebook output in VSCode

Time:03-07

I need help with changing the font of output in Jupyter Notebook. Sometime ago VSCode was updated and I saw the output font was changed from Consolas to Segoe UI. How can I revert this back?

Thanks in advance.

CodePudding user response:

Press command shift p and then VScode bar will open add > and search "Open settings(UI)"

For quick: directly type "font" in "search setting" and scroll down to see the "Font Family" for editor and there you can add your desired font family.

CodePudding user response:

The previous reply was correct.Please make sure you find “Font Family” instead of “Font Size”.The two are very close

  • Related