The default fonts of VS Code editor are: Monaco Menlo Consolas "Droid Sans Mono" "Inconsolata" "Courier New" monospace.
But I want to add source code pro font. I tried
{"editor.fontFamily": "SourceCodePro-Regular"}
I have that font in my "fonts" "(Windows).
Install all Fonts from this ZIP. Try this in user settings JSON file
{
"editor.fontFamily": "Source Code Pro"
}
Save it then Restart VS Code.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With