diff --git a/VS-Code-Instructions.md b/VS-Code-Instructions.md index fd9d519..4085b22 100644 --- a/VS-Code-Instructions.md +++ b/VS-Code-Instructions.md @@ -32,11 +32,12 @@ To achieve different weights, add one of the following (verified on Mac/Windows ```json "editor.fontWeight": "300" // Light "editor.fontWeight": "400" // Regular + "editor.fontWeight": "450" // Retina !! Only works with FiraCode-VF.ttf installed, see below when using separated font files (the normal case). "editor.fontWeight": "500" // Medium "editor.fontWeight": "600" // Bold ``` -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: +To use Retina weight when not using FiraCode-VF.ttf, change fontFamily to `FiraCode-Retina` if on macOS (exactly that, no spaces): ```json "editor.fontFamily": "FiraCode-Retina", ```