'Changing font type of Jupyter Notebook output in VSCode

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.



Solution 1:[1]

It looks like this is the fault of the new renderer of version 1.65 (link).

One work around is to go back to 1.64.2. The Jupyter extension need to be downgraded as well.

Solution 2:[2]

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.

Solution 3:[3]

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

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Maxime Dion
Solution 2
Solution 3 MingJie-MSFT