I want to know the name of the font which is used in vscode user settings
Asked
Active
Viewed 313 times
-1

Mike Lischke
- 48,925
- 16
- 119
- 181

surendar
- 87
- 1
- 8
-
The font is specified in the global `settings.json` file. Press Ctrl+, on Windows. (Modify the Ctrl to a Cmd on MAC) – ifconfig Sep 23 '17 at 16:26
1 Answers
0
Visual Studio Code is basically a web browser. Hence you can open the developer view (Help -> Toggle Developer Tools) in it to get directly to the HMTL DOM:

Mike Lischke
- 48,925
- 16
- 119
- 181