kopia lustrzana https://github.com/tonsky/FiraCode
The fontFamily expects a comma separated list apparently, and families with spaces have to be quoted within the JSON string.
rodzic
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
|
||||
```
|
Ładowanie…
Reference in New Issue