diff options
| author | Claudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com> | 2023-05-14 18:28:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-14 18:28:29 +0200 |
| commit | 63ab0f52c4666c103e6ce12bb38aa14b3995d019 (patch) | |
| tree | e7f21b4c0f552b99da26a32c999be590bfb7ef52 /fonts/emilio_20_bold | |
| parent | 2e619e94939e12db4b27bbfd5e8ab00a3f508256 (diff) | |
correct size parameter in new font json (#2293)
* 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
Diffstat (limited to 'fonts/emilio_20_bold')
| -rwxr-xr-x | fonts/emilio_20_bold/font.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/emilio_20_bold/font.json b/fonts/emilio_20_bold/font.json index f61e191c..1c282e74 100755 --- a/fonts/emilio_20_bold/font.json +++ b/fonts/emilio_20_bold/font.json @@ -8,7 +8,8 @@ "default_glyph": " ",
"min_scale": 1.0,
"max_scale": 1.5,
- "horiz_adv_x_default": 156,
+ "size" : 50,
+ "horiz_adv_x_default": 156,
"horiz_adv_x_space": 20,
"units_per_em": 200,
"horiz_adv_x": {
|
