diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-07-12 18:28:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-12 18:28:07 +0200 |
| commit | e65788cea72531f922fe4bccda4ec0c06047df10 (patch) | |
| tree | c0dab71fe4e2c44ea3de1900e05de46001290558 /fonts/cherryforkaalleen | |
| parent | 3d3baddf6a85cab368fd5c09a6ca5ae6d912f5c4 (diff) | |
Lettering: add glyph filter (#2400)
Co-authored-by: claudinepeyrat06
Diffstat (limited to 'fonts/cherryforkaalleen')
| -rwxr-xr-x | fonts/cherryforkaalleen/font.json | 45 |
1 files changed, 44 insertions, 1 deletions
diff --git a/fonts/cherryforkaalleen/font.json b/fonts/cherryforkaalleen/font.json index 7f8fa02e..51a6a49a 100755 --- a/fonts/cherryforkaalleen/font.json +++ b/fonts/cherryforkaalleen/font.json @@ -1,6 +1,11 @@ { "name": "Cherry for Kaalleen", "description": "Cherry for Kaalleen is a large decorative font of size approximatively 75mm. It contains 36 glyphs including the numbers and the 26 capitals A-Z. It can be reduced down to 80% and enlarged up to 130%", + "keywords": [ + "display", + "monogram", + "multicolor" + ], "leading": 232, "auto_satin": false, "reversible": false, @@ -70,5 +75,43 @@ "§": 196, "¶": 200 }, - "kerning_pairs": {} + "kerning_pairs": {}, + "glyphs": [ + "A", + "B", + "C", + "D", + "E", + "F", + "G", + "H", + "I", + "J", + "K", + "L", + "M", + "N", + "O", + "P", + "Q", + "R", + "S", + "T", + "U", + "V", + "W", + "X", + "Y", + "Z", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "0" + ] } |
