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

The fontFamily expects a comma separated list apparently, and families with spaces have to be quoted within the JSON string.

Matt Harden 2017-03-12 21:00:36 -07:00
parent 45319a9a5d
commit 9e3d6f5a96

@ -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
```