diff --git a/VS-Code-Instructions.md b/VS-Code-Instructions.md index e902877..ca67950 100644 --- a/VS-Code-Instructions.md +++ b/VS-Code-Instructions.md @@ -9,4 +9,11 @@ To open `settings.json`, from the `File` menu choose `Preferences`, `User Settin "editor.fontFamily": "Fira Code", "editor.fontSize": 14, "editor.fontLigatures": true +``` + +If this doesn't work for you, wrap the "Fira Code" section with additional apostrophes like so: +```json + "editor.fontFamily": "'Fira Code'", + "editor.fontSize": 14, + "editor.fontLigatures": true ``` \ No newline at end of file