1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-04 16:06:26 +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

@ -9,4 +9,11 @@ To open `settings.json`, from the `File` menu choose `Preferences`, `User Settin
"editor.fontFamily": "Fira Code",
"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
```