diff options
| author | Claudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com> | 2025-04-03 11:52:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-03 11:52:50 +0200 |
| commit | cb43b3a50cd53fe63ae8e5e6c35d91492fa48122 (patch) | |
| tree | bc8ca8a09c47781dea380dbd1e3f239c594d28b3 /fonts/milli_marif_bold/font.json | |
| parent | 4abe543a2839a1cd0541d15d2aaee7f3336b1096 (diff) | |
Claudine/add & to millimarif (#3628)
* font improvement
add & to millimarif
improve espresso_KOR F
* Update →.svg
* finishing up
Diffstat (limited to 'fonts/milli_marif_bold/font.json')
| -rw-r--r-- | fonts/milli_marif_bold/font.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fonts/milli_marif_bold/font.json b/fonts/milli_marif_bold/font.json index 40535a67..cc3e7b07 100644 --- a/fonts/milli_marif_bold/font.json +++ b/fonts/milli_marif_bold/font.json @@ -54,14 +54,17 @@ "~": 46, "<": 46, ">": 46, - "&": 92, + "&": 93.0, "-": 54 }, - "kerning_pairs": {}, + "kerning_pairs": { + "& T": 5.0 + }, "glyphs": [ "!", "$", "%", + "&", "'", "(", ")", |
