From 1bdc0b9ba8f55271d19f8351c875ebb535a56178 Mon Sep 17 00:00:00 2001 From: Sergei Blinov Date: Wed, 13 Nov 2024 23:57:02 +0100 Subject: [PATCH] update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9292172..4b4a077 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,8 @@ Fonts will be in `_output` dir. ```jsonc ... "editor.fontFamily": "afio", -"editor.fontWeight": "400", +"editor.fontLigatures": false, +"editor.fontWeight": "500", "editor.fontSize": 16, "editor.lineHeight": 21, ...