Editor configuration
Install custom fonts
This process roughly matches how you install custom fonts locally:
- Download the desired font to your local machine and install it locally on your operating system.
- Open the editor’s user settings (e.g. File > Preferences > Settings > User)
- Configure your font with the
editor.fontFamily
setting:{ "editor.fontFamily": "Your custom font name" }