From f85f3f53d2db2897562e8f5c155ea9ed93e7a82b Mon Sep 17 00:00:00 2001 From: Nikita Prokopov Date: Fri, 25 Jan 2019 16:49:44 +0300 Subject: [PATCH] Updated VS Code Instructions (markdown) --- VS-Code-Instructions.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/VS-Code-Instructions.md b/VS-Code-Instructions.md index 7753c85..20af199 100644 --- a/VS-Code-Instructions.md +++ b/VS-Code-Instructions.md @@ -30,7 +30,13 @@ To achieve different weights add one of the following (verified on Mac): "editor.fontWeight": "600" // Bold ``` -To use Retina weight, change Font name to `FiraCode-Retina` (exactly that, no spaces): +To use Retina weight, change Font name to `FiraCode-Retina` (if macOS, exactly that, no spaces): ```json "editor.fontFamily": "FiraCode-Retina", +``` + +or 'Fira Code Retina' if Windows: + +```json + "editor.fontFamily": "Fira Code Retina", ``` \ No newline at end of file