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