Home > OS >  Is it possible to use Nerd Fonts as the font for Terminals in Visual Studio?
Is it possible to use Nerd Fonts as the font for Terminals in Visual Studio?

Time:02-02

Afternoon!

First, I hope everyone is well.

I am currently experimenting with Visual Studio [Version: 17.5.0 Preview 4.0] (to clarify, not Visual Studio Code) and was hoping to utilize a Screenshot of Oh-My-Posh interface not rendering correctly in Visual Studio’s

However, it seems that Visual Studio does not allow Nerd Fonts as a font for the Terminal. If you look in the attached screenshots below, you can see that the setting’s dropdown does not list Nerd Fonts as options. Curiously, they are available as a choice for the Text Editor.

Screenshot displaying Nerd Fonts being available for the Text Editor in Visual Studio Screenshot displaying Nerd Fonts not being available for the Terminal in Visual Studio

Regarding to solve it myself, I have scoured the Visual Studio documentation and tried my best Google-fu to find any results. Disappointingly most search engines return results concerning Visual Studio, not Visual Studio Code.

Before I submit a report to the developers of Visual Studio, I would like to cover all my bases and make sure I am not missing something.

Any insight would be greatly appreciated. Thank you!

CodePudding user response:

Wild guess here. They might still be on conhost which doesn't work with OTF files and needs TTF. So, theoretically, installing the same font as TTF could do the trick. You'll need to do a manual install from the Nerd Font repo in this case as they don't ship the TTF files inside their zip files.

CodePudding user response:

I also have problems with the fact that "CaskaydiaCove Nerd Font" and other fonts are not available for the terminal, but "JetBrainsMono NF" is available for some reason and the icons in the visual studio console are displayed correctly.

terminal screenshot

fornt list from vs

  • Related