From 63ab0f52c4666c103e6ce12bb38aa14b3995d019 Mon Sep 17 00:00:00 2001 From: Claudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com> Date: Sun, 14 May 2023 18:28:29 +0200 Subject: correct size parameter in new font json (#2293) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * correct size parameter in new font json add - to ags garamond, correct Ù correct size parameter in ags Garamond apex simple abril en fleur emilio applique emilio simple emilio bold * fix missing sizes --- fonts/apex_simple_AGS/font.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fonts/apex_simple_AGS') diff --git a/fonts/apex_simple_AGS/font.json b/fonts/apex_simple_AGS/font.json index b8103ffe..9ce764df 100644 --- a/fonts/apex_simple_AGS/font.json +++ b/fonts/apex_simple_AGS/font.json @@ -6,7 +6,7 @@ "reversible": false, "letter_case": "", "default_glyph": " ", - "size": 188.0, + "size": 33.6, "min_scale": 0.75, "max_scale": 3, "horiz_adv_x_default": 130, -- cgit v1.2.3