1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-10-04 00:31:49 +03:00

Updated example for using Fira Code Retina

Anton Nikitin 2019-01-16 12:06:20 -05:00
parent a3db2498f5
commit ee52662627

@ -30,4 +30,7 @@ To achieve different weights add one of the following (verified on Mac):
"editor.fontWeight": "600" // Bold "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` (exactly that, no spaces):
```json
"editor.fontFamily": "FiraCode-Retina",
```