Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Source Code Pro ExtraLight in Visual Studio Code

Source Code Pro

How to use ExtraLight in VSC ~? It seems that the following is not working ... I'm sure I have the fonts.

Source Code Pro ExtraLight

like image 797
劉明鑫 Avatar asked Aug 14 '16 15:08

劉明鑫


People also ask

How do I use source code in VS Code?

You can navigate symbols inside a file with Ctrl+Shift+O. By typing : the symbols will be grouped by category. Press Up or Down and navigate to the place you want.

How do you use JetBrains Mono in VS Code?

In VS Code, use the command palette ( cmd + shift + p ) to open the JSON version of the editor's settings. Then set the editor. fontFamily setting to JetBrains Mono and if you want the awesome ligatures as well, set editor. fontLigatures to true .


1 Answers

Use this:

"editor.fontFamily": "source code pro",
"editor.fontWeight": "300",
like image 89
Teo Choong Ping Avatar answered Sep 21 '22 13:09

Teo Choong Ping