1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-10-04 00:31:49 +03:00

Added a comment about the additional apostrophes that had been removed during the last edit.

rstoutddi 2017-03-17 16:47:22 -04:00
parent ee588fb472
commit 667651ccfd

@ -10,3 +10,10 @@ To open `settings.json`, from the `File` menu choose `Preferences`, `User Settin
"editor.fontSize": 14,
"editor.fontLigatures": true
```
If this doesn't work for you, wrap the "Fira Code" section with additional apostrophes like so:
```json
"editor.fontFamily": "'Fira Code'",
"editor.fontSize": 14,
"editor.fontLigatures": true
```