-
Install this VSCode Extension https://marketplace.visualstudio.com/items?itemName=be5invis.vscode-custom-css
-
Create a CSS in a place like so ~/Users/you/vscode.css
-
Paste the lines of file below
-
Go to Settings to change some settings like so:
"editor.fontLigatures": true, "editor.fontFamily": "Operator Mono", "editor.fontSize": 13, "vscode_custom_css.imports": [ "file:///Users/rafael/vscode.css" ]
Created
September 24, 2017 01:38
-
-
Save fael/b43d52f76600f0784491a45f8a739c32 to your computer and use it in GitHub Desktop.
Fat arrow / ligature in Fira Code font for Visual Studio
This file contains 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
.type.storage.arrow.function { /* this didn't work for me though */ | |
font-family: 'Fira Code' | |
} | |
.mtk15 { /* this worked for VSCODE 1.16.1 */ | |
font-family: 'Fira Code' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment