diff options
Diffstat (limited to 'fonts/chicken_scratch')
| -rw-r--r-- | fonts/chicken_scratch/font.json | 78 |
1 files changed, 41 insertions, 37 deletions
diff --git a/fonts/chicken_scratch/font.json b/fonts/chicken_scratch/font.json index 9eafa017..aa8d9889 100644 --- a/fonts/chicken_scratch/font.json +++ b/fonts/chicken_scratch/font.json @@ -2,7 +2,8 @@ "name": "Chicken Scratch", "description": "A handwritten font.", "keywords": [ - "handwriting" + "handwriting", + "latin" ], "leading": 120, "auto_satin": false, @@ -16,23 +17,22 @@ "horiz_adv_x_space": 20, "units_per_em": 120, "horiz_adv_x": { - "Ü":47, - "Ö":48, - "Ä":48, - "ô":33, - "ö":33, - "â":58, - "ä":58, - "à":58, - "u":56, - "û":56, - "ù":56, - "ü":56, - "ÿ":33, - "ï":18, - "î":18, - "ç" :44, - "ß" :46, + "Ü": 47, + "Ö": 48, + "Ä": 48, + "ô": 33, + "ö": 33, + "â": 58, + "ä": 58, + "à": 58, + "u": 56, + "û": 56, + "ù": 56, + "ü": 56, + "ÿ": 33, + "ï": 18, + "î": 18, + "ß": 46, "!": 27, "\"": 27, "&": 39, @@ -186,32 +186,36 @@ "x", "y", "z", - "“", - "”", - "‚", - "é", - "è", - "ê", - "ë", - "É", + "Ä", "È", + "É", "Ê", "Ë", - "Ü", "Ö", - "Ä", - "ô", - "ö", + "Ü", + "ß", + "à", "â", "ä", - "à", - "û", + "ç", + "è", + "é", + "ê", + "ë", + "î", + "ï", + "ô", + "ö", "ù", + "û", "ü", "ÿ", - "ï", - "î", - "ç", - "ß" - ] + "‚", + "“", + "”" + ], + "default_variant": "→", + "text_direction": "ltr", + "sortable": false, + "combine_at_sort_indices": [] }
\ No newline at end of file |
