diff options
Diffstat (limited to 'fonts/small_font')
| -rw-r--r-- | fonts/small_font/font.json | 96 |
1 files changed, 51 insertions, 45 deletions
diff --git a/fonts/small_font/font.json b/fonts/small_font/font.json index 54ec91f9..769d7014 100644 --- a/fonts/small_font/font.json +++ b/fonts/small_font/font.json @@ -1,9 +1,10 @@ { "name": "Ink/Stitch Small Font", - "description": "Ink/Stitch Small Font is suited for small characters.", + "description": "Ink/Stitch Small Font is suited for small characters.", "keywords": [ "sans_serif", - "tiny" + "tiny", + "latin" ], "leading": 30, "auto_satin": true, @@ -18,8 +19,33 @@ "horiz_adv_x": {}, "kerning_pairs": {}, "glyphs": [ + "\"", + "#", + "'", + "(", + ")", + "+", + ",", + "-", + ".", + "/", + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + ":", + ";", + "<", + "=", + ">", + "@", "A", - "Ä", "B", "C", "D", @@ -34,21 +60,19 @@ "M", "N", "O", - "Ö", "P", "Q", "R", "S", "T", "U", - "Ü", "V", "W", "X", "Y", "Z", + "_", "a", - "ä", "b", "c", "d", @@ -63,57 +87,39 @@ "m", "n", "o", - "ö", "p", "q", "r", "s", - "ß", "t", "u", - "ü", "v", "w", "x", "y", "z", - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "@", - "<", - ">", - ":", - ",", - "'", - "\"", - "“", - "”", - ".", - "+", - "-", - "=", - "(", - ")", - "_", - "/", - "�", - "#", - ";", - "é", + "Ä", + "È", + "É", + "Ê", + "Ë", + "Ö", + "Ü", + "ß", + "ä", "è", + "é", "ê", "ë", - "Ë", - "Ê", - "É", - "È" - ] + "ö", + "ü", + "“", + "”", + "�" + ], + "default_variant": "→", + "text_direction": "ltr", + "letter_case": "", + "sortable": false, + "combine_at_sort_indices": [] }
\ No newline at end of file |
