1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-04 16:06:26 +03:00

Revert 56a664f2aa14ddfc4adc82d09153569ffd607de6...9e3d6f5a9614db02bf5342bb33a0968ee835612b on VS Code Instructions

James Harris 2017-03-14 18:56:23 +00:00
parent 9e3d6f5a96
commit 26dd16f0c6

@ -6,7 +6,7 @@ Add `"editor.fontLigatures": true` to `settings.json`:
To open `settings.json`, from the `File` menu choose `Preferences`, `User Settings`. Then paste this:
```json
"editor.fontFamily": "'Fira Code'",
"editor.fontFamily": "Fira Code",
"editor.fontSize": 14,
"editor.fontLigatures": true
```