From ad843e1002804f27ef6eb80a2d2ac9ef76d83564 Mon Sep 17 00:00:00 2001 From: Nikita Prokopov Date: Thu, 6 Dec 2018 15:18:05 +0300 Subject: [PATCH] Updated VS Code Instructions (markdown) --- VS-Code-Instructions.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/VS-Code-Instructions.md b/VS-Code-Instructions.md index 0728d9d..98642c7 100644 --- a/VS-Code-Instructions.md +++ b/VS-Code-Instructions.md @@ -27,6 +27,7 @@ To achieve different weights add one of the following (verified on Mac): "editor.fontWeight": "300" // Light "editor.fontWeight": "400" // Regular "editor.fontWeight": "500" // Medium - "editor.fontWeight": "600" // Retina, Bold font must not be installed! "editor.fontWeight": "600" // Bold -``` \ No newline at end of file +``` + +To use Retina weight, change Font name to `FiraCode-Retina` (exactly that, no spaces). \ No newline at end of file