Skip to content

Instantly share code, notes, and snippets.

@Norlick
Norlick / settings.json
Created October 7, 2025 15:42 — forked from swiftgaruda/settings.json
Visual Studio Code font config for editor with MonoLisa Variable
//-- font
"editor.fontFamily": "MonoLisa Variable",
// When lineHeight is set to zero, VS Code will figure out the
// the height automatically based on the font
"editor.lineHeight": 0,
// You can use standard CSS syntax here. To enable
// ss01 for example, you could set "'ss01' on"
"editor.fontSize": 12,
"editor.fontLigatures": "'calt' on, 'liga' on, 'ss01' on, 'ss02' on, 'ss03' on, 'ss07' on, 'ss08' on, 'ss09' on, 'ss11' on, 'ss12' on",
"editor.tokenColorCustomizations": {