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

Updated VS Code Instructions (markdown)

Slaviusz 2018-09-16 11:34:20 +02:00
parent 708e3af244
commit 498c24f960

@ -17,3 +17,12 @@ If this doesn't work for you, you can try:
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true,
```
### Font weights
To achieve different weights add one of the following (verified on Mac):
```json
"editor.fontWeight": "300" // Light
"editor.fontWeight": "400" // Regular
"editor.fontWeight": "500" // Medium
"editor.fontWeight": "600" // Retina, Bold font must not be installed!
"editor.fontWeight": "600" // Bold
```