diff --git a/VS-Code-Instructions.md b/VS-Code-Instructions.md index e902877..2b796cd 100644 --- a/VS-Code-Instructions.md +++ b/VS-Code-Instructions.md @@ -6,7 +6,7 @@ Add `"editor.fontLigatures": true` to `settings.json`: To open `settings.json`, from the `File` menu choose `Preferences`, `User Settings`. Then paste this: ```json - "editor.fontFamily": "Fira Code", + "editor.fontFamily": "'Fira Code'", "editor.fontSize": 14, "editor.fontLigatures": true ``` \ No newline at end of file