diff options
Diffstat (limited to 'fonts/medium_font')
| -rw-r--r-- | fonts/medium_font/font.json | 100 |
1 files changed, 53 insertions, 47 deletions
diff --git a/fonts/medium_font/font.json b/fonts/medium_font/font.json index a78a5bb8..5c939095 100644 --- a/fonts/medium_font/font.json +++ b/fonts/medium_font/font.json @@ -2,7 +2,8 @@ "name": "Ink/Stitch Medium Font", "description": "Ink/Stitch Medium Font is a basic satin font suited for medium-sized characters. Every satin has contour underlay.", "keywords": [ - "sans_serif" + "sans_serif", + "latin" ], "leading": 90, "auto_satin": true, @@ -17,8 +18,33 @@ "horiz_adv_x": {}, "kerning_pairs": {}, "glyphs": [ + "\"", + "#", + "'", + "(", + ")", + "+", + ",", + "-", + ".", + "/", + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + ":", + ";", + "<", + "=", + ">", + "@", "A", - "Ä", "B", "C", "D", @@ -27,28 +53,25 @@ "G", "H", "I", - "Ï", "J", "K", "L", "M", "N", "O", - "Ö", "P", "Q", "R", "S", "T", "U", - "Ü", "V", "W", "X", "Y", "Z", + "_", "a", - "ä", "b", "c", "d", @@ -57,64 +80,47 @@ "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", - "@", - "<", - ">", - ":", - ",", - "'", - "\"", - "“", - "”", - ".", - "+", - "#", - "-", - "=", - "(", - ")", - "_", - "/", - "�", - ";", - "ë", - "é", + "Ä", + "È", + "É", + "Ê", + "Ë", + "Ï", + "Ö", + "Ü", + "ß", + "ä", "è", + "é", "ê", - "Ë", - "Ê", - "É", - "È" - ] + "ë", + "ï", + "ö", + "ü", + "“", + "”", + "�" + ], + "default_variant": "→", + "text_direction": "ltr", + "letter_case": "", + "sortable": false, + "combine_at_sort_indices": [] }
\ No newline at end of file |
