Last active
August 24, 2017 21:10
-
-
Save arkhamRejek/25a2bc05dc02d6878aaebac89768dff7 to your computer and use it in GitHub Desktop.
Visual Studio code Alternative to Operator Mono
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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