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

Updated VS Code Instructions (markdown)

Nikita Prokopov 2019-01-25 16:49:44 +03:00
parent 53523a51e8
commit f85f3f53d2

@ -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",
```