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

Added info about restarting VS Code after seeing issue #112

Jérôme Pott 2017-08-04 20:50:44 +02:00
parent d261483484
commit 83fa0052a5

@ -4,7 +4,7 @@ Add `"editor.fontLigatures": true` to `settings.json`:
To open `settings.json`, from the `File` menu choose `Preferences`, `Settings` or use keyboard shortcut <kbd>Ctrl</kbd>+<kbd>,</kbd>. Then paste this:
To open `settings.json`, from the `File` menu choose `Preferences`, `Settings` or use keyboard shortcut <kbd>Ctrl</kbd>+<kbd>,</kbd>. Then paste the following lines and restart VS code:
```json
"editor.fontFamily": "Fira Code",
"editor.fontSize": 14,