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/geneva_simple/font.json | |
| parent | 3d3baddf6a85cab368fd5c09a6ca5ae6d912f5c4 (diff) | |
Lettering: add glyph filter (#2400)
Co-authored-by: claudinepeyrat06
Diffstat (limited to 'fonts/geneva_simple/font.json')
| -rw-r--r-- | fonts/geneva_simple/font.json | 110 |
1 files changed, 108 insertions, 2 deletions
diff --git a/fonts/geneva_simple/font.json b/fonts/geneva_simple/font.json index 1830d4b2..98367436 100644 --- a/fonts/geneva_simple/font.json +++ b/fonts/geneva_simple/font.json @@ -1,6 +1,9 @@ { "name": "Geneva Simple Sans", "description": "Suitable for small fonts (6 to 15mm)", + "keywords": [ + "sans_serif" + ], "leading": 60, "auto_satin": true, "reversible": true, @@ -12,5 +15,108 @@ "horiz_adv_x_space": 34, "units_per_em": 60, "horiz_adv_x": {}, - "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", + "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", + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "@", + "#", + "<", + ">", + ":", + ";", + ",", + "'", + "\"", + "“", + "”", + ".", + "+", + "&", + "%", + "$", + "*", + "~", + "-", + "=", + "(", + ")", + "{", + "}", + "]", + "[", + "_", + "/", + "\\", + "|", + "!", + "?", + "�", + "Ä", + "Ö", + "Ü", + "ä", + "ö", + "ü" + ] +}
\ No newline at end of file |
