From ee52662627162f01eb8dc26c06079ff6e9156489 Mon Sep 17 00:00:00 2001 From: Anton Nikitin Date: Wed, 16 Jan 2019 12:06:20 -0500 Subject: [PATCH] Updated example for using Fira Code Retina --- VS-Code-Instructions.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/VS-Code-Instructions.md b/VS-Code-Instructions.md index 8b8653e..3768db2 100644 --- a/VS-Code-Instructions.md +++ b/VS-Code-Instructions.md @@ -30,4 +30,7 @@ To achieve different weights add one of the following (verified on Mac): "editor.fontWeight": "600" // Bold ``` -To use Retina weight, change Font name to `FiraCode-Retina` (exactly that, no spaces). \ No newline at end of file +To use Retina weight, change Font name to `FiraCode-Retina` (exactly that, no spaces): +```json + "editor.fontFamily": "FiraCode-Retina", +``` \ No newline at end of file