Skip to content

Instantly share code, notes, and snippets.

@arkhamRejek
Last active August 24, 2017 21:10
Show Gist options
  • Save arkhamRejek/25a2bc05dc02d6878aaebac89768dff7 to your computer and use it in GitHub Desktop.
Save arkhamRejek/25a2bc05dc02d6878aaebac89768dff7 to your computer and use it in GitHub Desktop.
Visual Studio code Alternative to Operator Mono
{
"workbench.iconTheme": "vscode-icons",
"editor.rulers": [80],
"editor.fontFamily": "FiraCode-Retina",
"editor.fontLigatures": true,
"editor.fontSize": 12.5,
"vscode_custom_css.imports": [
"file:///Users/pbrunache/Desktop/fonts/styles.css"
]
}
/* This really depends on whatever theme you're using
* The font-style italic is really flottflott font family but saved as
* FiraCode the link to download is below.
* https://www.dropbox.com/s/7ov2o3ibrqczqkb/FiraCode-Italic.ttf?dl=0
* If the link above doesn't work, just download from:
* http://www.dafont.com/flottflott.font
* and rename it FiraCode-Italic.ttf
*/
.vs-dark .mtk15 {
font-weight: 100;
font-style: italic;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment