From 87726fbb5adaa63f77c0e9b469f7bcaa200d6f04 Mon Sep 17 00:00:00 2001 From: huebinger <49721400+huebinger@users.noreply.github.com> Date: Fri, 24 Jul 2020 21:36:42 +0200 Subject: [PATCH] Add line about Retina Version in VSCode on macOS: need to install separate .ttf files --- VS-Code-Instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ```