Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>FontsyNew to Visual Studio Code? Get it now.

Fontsy

andrewberty

|
139 installs
| (0) | Free
A simple extension to control editor and terminal font sizes, weight and ligatures
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Fontsy

A simple extension to control editor and terminal font sizes, weight and ligatures

Features

  • Control Editor Font Size

  • Control Terminal Font Size

  • Setting a step setting for incrementing and decrementing

  • Control font family

  • Control font weight

  • Control font ligatures

Command Palette

Extension Settings

Settings can be added through settings.json


// the default editor font size that is used on a font size reset

"fontsy.defaultEditorFontSize": 18,   // default is 16



// the default terminal font size that is used on a font size reset

"fontsy.defaultTerminalFontSize": 16, // default is 14



// the increment or decrement step for a font size change

"fontsy.step": 0.5                    //default is 1

or edited through settings

Keybindings

Some commands are pre-assigned and some are not. You can edit and assign your keybindings (Ctrl+K Ctrl+S) of choice or use the commands from Command Pallete (Ctrl+Shift+P)

Known Issues

  • With small step decimals produces funny behaviours with some fonts which struggle with decimal font sizes

Inspired from FontSize shortcuts extension by Hao-Ping

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft