diff options
| author | Claudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com> | 2024-11-24 22:06:15 -1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-24 22:06:15 -1000 |
| commit | fd1c72ea02be4b5204bb41b84123c6db789a8424 (patch) | |
| tree | d5fdd8192987ddace89bd5cf43b19515766fb42b /fonts/medium_font/font.json | |
| parent | ef051d5ca829c2cbe7424b9edb418275a9982251 (diff) | |
remove unwanted jumps in ink/stitch medium font (#3295)
and also have description and json be coherent and add ï and Ï
Diffstat (limited to 'fonts/medium_font/font.json')
| -rw-r--r-- | fonts/medium_font/font.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fonts/medium_font/font.json b/fonts/medium_font/font.json index d8500641..4ad23538 100644 --- a/fonts/medium_font/font.json +++ b/fonts/medium_font/font.json @@ -8,8 +8,8 @@ "auto_satin": true, "reversible": true, "default_glyph": "�", - "min_scale": 0.7, - "max_scale": 2.0, + "min_scale": 0.75, + "max_scale": 1.5, "size": 15.24, "horiz_adv_x_default": null, "horiz_adv_x_space": 51, @@ -27,6 +27,7 @@ "G", "H", "I", + "Ï", "J", "K", "L", @@ -56,6 +57,7 @@ "g", "h", "i", + "ï", "j", "k", "l", @@ -106,7 +108,6 @@ "/", "�", ";", - "ÉÈÊË", "ë", "é", "è", |
