-1

I want to know the name of the font which is used in vscode user settings

enter image description here

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 Answers1

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:

enter image description here

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