Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Switch Your FontNew to Visual Studio Code? Get it now.
Switch Your Font

Switch Your Font

techstay1989

|
37 installs
| (0) | Free
Quickly switch your font for editors and terminals.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Switch your font

Visual Studio Marketplace Visual Studio Marketplace Visual Studio Marketplace

This extension allows you to configure editor and terminal fonts quickly in a quickPick menu.

Config

Some fonts have their own ligatures, now you can set them in switch-your-font.ligaturesMapping. When switching fonts, the corresponding ligatures also apply.

Here are some examples.

{
  "switch-your-font.ligaturesMapping": {
    "Cascadia Code": "'ss02', 'ss03', 'ss19', 'ss20'",
    "Iosevka Nerd Font Mono": "'ss12', 'calt', 'dlig'",
    "Jetbrains Mono": "'ss02'",
    "Monaspace Argon": "'calt', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08', 'ss09', 'ss10', 'liga', 'cv62'",
    "Monaspace Neon": "'calt', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08', 'ss09', 'ss10', 'liga', 'cv62', 'cv10'",
    "Victor Mono Medium": "'ss01', 'ss06', 'ss07', 'ss08'"
  }
}

Commands

> Switch Font

live preview menu in action for editor font

> Switch Terminal Font

live preview menu in action for terminal font

> Font Size

changing editor font size

> Terminal Font Size

changing terminal font size

Extension Commands

This extension contributes the following commands:

  • font-switcher.switchFont: Show a quickPick menu of the user defined editor font families.
  • font-switcher.setFontSize: Show an input dialog for setting the font size
  • font-switcher.switchTerminalFont: Show a quickPick menu of the user defined integrated terminal font families
  • font-switcher.setTerminalFontSize: Show an input dialog for setting the terminal font size

Thanks

This extension is based on font-switcher, thanks for the great work.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft