Skip to content

Instantly share code, notes, and snippets.

@fael
Created September 24, 2017 01:38
Show Gist options
  • Save fael/b43d52f76600f0784491a45f8a739c32 to your computer and use it in GitHub Desktop.
Save fael/b43d52f76600f0784491a45f8a739c32 to your computer and use it in GitHub Desktop.
Fat arrow / ligature in Fira Code font for Visual Studio
  1. Install this VSCode Extension https://marketplace.visualstudio.com/items?itemName=be5invis.vscode-custom-css

  2. Create a CSS in a place like so ~/Users/you/vscode.css

  3. Paste the lines of file below

  4. 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" ]

.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