Switch your font

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

> Switch Terminal Font

> Font Size

> 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.