From 9b7bdbedbabe4052dfa1403fbdae8bbaca19e40e Mon Sep 17 00:00:00 2001 From: Chris Lorenzo Date: Tue, 4 Mar 2025 16:57:58 -0500 Subject: [PATCH] add space to default charset --- font-src-sample/charset.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/font-src-sample/charset.config.json b/font-src-sample/charset.config.json index 2a88f86..d59b8de 100644 --- a/font-src-sample/charset.config.json +++ b/font-src-sample/charset.config.json @@ -1,4 +1,4 @@ { - "charset": "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~’“”", + "charset": " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~’“”", "presets": [] }