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

master
Matt Harden 2017-03-12 21:00:36 -07:00
rodzic 45319a9a5d
commit 9e3d6f5a96
1 zmienionych plików z 1 dodań i 1 usunięć

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