From 498c24f9600111d87694c759995c2e6ca58317bd Mon Sep 17 00:00:00 2001 From: Slaviusz <30972602+Slaviusz@users.noreply.github.com> Date: Sun, 16 Sep 2018 11:34:20 +0200 Subject: [PATCH] Updated VS Code Instructions (markdown) --- VS-Code-Instructions.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/VS-Code-Instructions.md b/VS-Code-Instructions.md index 3e31192..8504183 100644 --- a/VS-Code-Instructions.md +++ b/VS-Code-Instructions.md @@ -17,3 +17,12 @@ If this doesn't work for you, you can try: "editor.fontFamily": "'Fira Code'", "editor.fontLigatures": true, ``` +### Font weights +To achieve different weights add one of the following (verified on Mac): +```json + "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