mirror of
https://github.com/tonsky/FiraCode.git
synced 2024-11-20 19:48:59 +03:00
Updated VS Code Instructions (markdown)
parent
708e3af244
commit
498c24f960
@ -17,3 +17,12 @@ If this doesn't work for you, you can try:
|
|||||||
"editor.fontFamily": "'Fira Code'",
|
"editor.fontFamily": "'Fira Code'",
|
||||||
"editor.fontLigatures": true,
|
"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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user