Updated VS Code Instructions (markdown)

master
Nikita Prokopov 2019-01-25 16:49:44 +03:00
rodzic 53523a51e8
commit f85f3f53d2
1 zmienionych plików z 7 dodań i 1 usunięć

@ -30,7 +30,13 @@ To achieve different weights add one of the following (verified on Mac):
"editor.fontWeight": "600" // Bold
```
To use Retina weight, change Font name to `FiraCode-Retina` (exactly that, no spaces):
To use Retina weight, change Font name to `FiraCode-Retina` (if macOS, exactly that, no spaces):
```json
"editor.fontFamily": "FiraCode-Retina",
```
or 'Fira Code Retina' if Windows:
```json
"editor.fontFamily": "Fira Code Retina",
```