Skip to content

Instantly share code, notes, and snippets.

@Stormix
Created July 19, 2025 12:52
Show Gist options
  • Save Stormix/971c5cbe71a9d1c9b25ad44030d6bb6b to your computer and use it in GitHub Desktop.
Save Stormix/971c5cbe71a9d1c9b25ad44030d6bb6b to your computer and use it in GitHub Desktop.
My VSCODE config to mix and match fonts
"editor.fontFamily": "TX02 Nerd Font Regular",
"editor.inlineSuggest.fontFamily": "'Monaspace Krypton', monospace",
"editor.inlineSuggest.syntaxHighlightingEnabled": true,
"custom-ui-style.stylesheet": {
".mtk3": {
"font-family": "'Monaspace Radon Var'", // Comments
"font-weight": "500"
},
".ghost-text-decoration": {
"font-family": "'Monaspace Krypton Var'", // AI suggestions
"font-weight": "200"
},
".ghost-text-decoration-preview": {
"font-family": "'Monaspace Krypton Var'", // AI suggestions
"font-weight": "200"
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment