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

Add line about Retina Version in VSCode on macOS: need to install separate .ttf files

huebinger 2020-07-24 21:36:42 +02:00
parent 4d058fa17b
commit 87726fbb5a

@ -36,7 +36,7 @@ To achieve different weights, add one of the following (verified on Mac/Windows
"editor.fontWeight": "600" // Bold
```
To use Retina weight, change Font name to `FiraCode-Retina` if on macOS (exactly that, no spaces):
To use Retina weight, change Font name to `FiraCode-Retina` if on macOS (exactly that, no spaces). It might be necessary to install the separate .ttf files and not the single variable `FiraCode-VF.ttf` file:
```json
"editor.fontFamily": "FiraCode-Retina",
```