diff options
| author | Claudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com> | 2025-02-16 20:42:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-16 20:42:33 +0100 |
| commit | 601e2da1cd032e3c893ea6257fb6da03f7afc8e4 (patch) | |
| tree | 2594ff6da4fbeaad3ad248b1d25ca2eae92bdac0 /fonts/geneva_rounded | |
| parent | 0a9c99df8992447c2cab9cdec14c00990c3e0d8a (diff) | |
Claudine/global font.json update (#3510)
* from abecedaire to auberge marif
* from auberge small to baumans small
* fromm Brockscript to cogs_KOR
plus a little tightening of Chopin script zigzag underlay to avoid bad behaviour when reduced
* from colorful to emilio tartan
* from espresso to inkstitch medium
* from inkstitch small to magnolia tamed
* from manuskript gothic to all ondulamaarif
* from pacificlo to shojumaru
* last ones done...
Diffstat (limited to 'fonts/geneva_rounded')
| -rw-r--r-- | fonts/geneva_rounded/font.json | 124 |
1 files changed, 65 insertions, 59 deletions
diff --git a/fonts/geneva_rounded/font.json b/fonts/geneva_rounded/font.json index 2022a57a..ee5b175f 100644 --- a/fonts/geneva_rounded/font.json +++ b/fonts/geneva_rounded/font.json @@ -2,7 +2,8 @@ "name": "Geneva Simple Sans Rounded", "description": "Geneva Simple Sans Rounded is a satin font.", "keywords": [ - "sans_serif" + "sans_serif", + "latin" ], "leading": 60, "auto_satin": true, @@ -17,16 +18,43 @@ "horiz_adv_x": {}, "kerning_pairs": {}, "glyphs": [ + "!", + "\"", + "#", + "$", + "%", + "&", + "'", + "(", + ")", + "*", + "+", + ",", + "-", + ".", + "/", + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + ":", + ";", + "<", + "=", + ">", + "?", + "@", "A", - "Ä", "B", "C", "D", "E", - "Ë", - "Ê", - "È", - "É", "F", "G", "H", @@ -37,30 +65,28 @@ "M", "N", "O", - "Ö", "P", "Q", "R", "S", "T", "U", - "Ü", "V", "W", "X", "Y", "Z", + "[", + "\\", + "]", + "^", + "_", + "`", "a", - "â", - "ä", "b", "c", "d", "e", - "é", - "è", - "ê", - "ë", "f", "g", "h", @@ -71,64 +97,44 @@ "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 |
