diff options
| author | Claudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com> | 2025-05-21 23:05:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-21 23:05:31 +0200 |
| commit | 781d6ee47a09487d547cbc5d6a1d269cd36492bd (patch) | |
| tree | f2bc4a1e8f1b5ca86d7ff1f6a7dd8bc3aeb20d35 /fonts/cooper_marif/font.json | |
| parent | d4ce0d435e6ffb8f05b0a5d835c745df7f7014f0 (diff) | |
add & when missing… (#3744)
* add & when missing in the embroidery font but existing in the original font
garamond
auberge marif & auberge marif small
cooper marif
deja vu forward and backward
inkstitch small and medium
kaushan script
millimarif
nickainley
ondulamarif medium small and xl
shojumaru
* small correction
Diffstat (limited to 'fonts/cooper_marif/font.json')
| -rw-r--r-- | fonts/cooper_marif/font.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/cooper_marif/font.json b/fonts/cooper_marif/font.json index 7c779d18..ccb9126b 100644 --- a/fonts/cooper_marif/font.json +++ b/fonts/cooper_marif/font.json @@ -148,7 +148,8 @@ "ú": 249.0, "û": 249.0, "ü": 249.0, - "þ": 252.0 + "þ": 252.0, + "&": 320.0 }, "kerning_pairs": { "V a": 37.0, @@ -5281,6 +5282,7 @@ }, "glyphs": [ "!", + "&", "'", "+", "-", |
