diff --git a/VS-Code-Instructions.md b/VS-Code-Instructions.md index 7364a07..06cf92e 100644 --- a/VS-Code-Instructions.md +++ b/VS-Code-Instructions.md @@ -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", ```