From 1d64e8ca9809ba2b1c837b77cf5c3faff4e06789 Mon Sep 17 00:00:00 2001 From: joelnet Date: Tue, 14 Apr 2020 23:33:54 -0700 Subject: [PATCH] confirmed editor.fontWeight works on Windows 10 --- 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 c66904f..5b593d3 100644 --- a/VS-Code-Instructions.md +++ b/VS-Code-Instructions.md @@ -26,7 +26,7 @@ If this doesn't work for you, you can try: "editor.fontLigatures": true, ``` ### Font weights -To achieve different weights add one of the following (verified on Mac): +To achieve different weights add one of the following (verified on Mac/Windows 10): ```json "editor.fontWeight": "300" // Light "editor.fontWeight": "400" // Regular