Skip to content

Instantly share code, notes, and snippets.

View webbushka's full-sized avatar

AJ Webb webbushka

View GitHub Profile
@webbushka
webbushka / settings.json
Last active March 13, 2021 00:26 — forked from jmahc/settings.json
VS Code Solution for Fira Code and Flottflott - based on the Medium article: https://medium.com/@docodemore/an-alternative-to-operator-mono-font-6e5d040e1c7e#.jq6tb618c
// `File > Preferences > User Settings`(WINDOWS)
// Place your settings in this file to overwrite the default settings
{
"editor.fontSize": 14,
"editor.fontFamily": "'Fira Code', Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontWeight": "normal",
"editor.tabSize": 2,
"workbench.editor.showIcons": true