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/tt_masters | |
| 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/tt_masters')
| -rw-r--r-- | fonts/tt_masters/font.json | 189 |
1 files changed, 97 insertions, 92 deletions
diff --git a/fonts/tt_masters/font.json b/fonts/tt_masters/font.json index 504804f9..42491c16 100644 --- a/fonts/tt_masters/font.json +++ b/fonts/tt_masters/font.json @@ -2,8 +2,9 @@ "name": "TT Masters", "description": "TT Masters is a satin font suited for heavy typing :)", "keywords": [ + "display", "sans_serif", - "display" + "latin" ], "leading": 100, "auto_satin": false, @@ -521,6 +522,22 @@ "„4": 5 }, "glyphs": [ + " ́", + "!", + "\"", + "$", + "%", + "&", + "'", + "(", + ")", + "*", + "+", + ",", + "-", + ".", + "/", + "0", "1", "2", "3", @@ -530,112 +547,100 @@ "7", "8", "9", - "0", - "§", - "!", - "¡", - "+", - "\"", - "^", - "*", - "-", ":", - ".", ";", - ",", - "|", "<", + "=", ">", - "/", + "?", + "@", + "A", + "B", + "C", + "D", + "E", + "F", + "G", + "H", + "I", + "J", + "K", + "L", + "M", + "N", + "O", + "P", + "Q", + "R", + "S", + "SS", + "T", + "U", + "V", + "W", + "X", + "Y", + "Z", + "[", "\\", - "}", "]", - "[", - "{", - "€", - "$", - "@", - "=", - "(", - ")", - "&", - "%", - "?", - "¿", + "^", "_", - "‰", + "`", + "{", + "|", + "}", "~", + "¡", + "§", "©", - "»", "«", - "±", - "°", "®", - "‘", - "'", - "´", - "`", - "’", - "�", - "Z", - "Y", - "Ÿ", - "X", - "W", - "V", - "Ü", - "Û", - "U", - "Ū", - "Ú", - "Ù", - "T", - "S", - "R", - "Q", - "P", + "°", + "±", + "»", + "¿", + "À", + "Á", + "Â", + "Ä", + "Å", + "Æ", + "Ç", + "È", + "É", + "Ê", + "Ë", + "Ì", + "Í", + "Î", + "Ï", + "Ñ", "Ò", + "Ó", + "Ô", "Õ", + "Ö", "Ø", + "Ù", + "Ú", + "Û", + "Ü", + "ß", + "Ā", "Ō", - "O", - "Ó", - "Ö", - "Ô", - "N", - "Ñ", - "M", - "L", - "K", - "J", - "I", - "Í", - "Ì", - "Î", - "Ï", - "H", - "G", - "F", - "E", - "É", - "È", - "Ê", - "Ë", - "Æ", "Œ", - "D", - "C", - "Ç", - "B", - "Ä", - "À", - "Â", - "A", - "Ā", - "Å", - "Á", - "ß", + "Ū", + "Ÿ", "ẞ", - "SS" - ] + "‘", + "’", + "‰", + "€", + "�" + ], + "default_variant": "→", + "text_direction": "ltr", + "sortable": false, + "combine_at_sort_indices": [] }
\ No newline at end of file |
