Editor configuration

Install custom fonts

This process roughly matches how you install custom fonts locally:

  1. Download the desired font to your local machine and install it locally on your operating system.
  2. Open the editor’s user settings (e.g. File > Preferences > Settings > User)
  3. Configure your font with the editor.fontFamily setting:
    {
      "editor.fontFamily": "Your custom font name"
    }

Was this helpful?