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/abecedaire | |
| 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/abecedaire')
| -rw-r--r-- | fonts/abecedaire/font.json | 37 |
1 files changed, 20 insertions, 17 deletions
diff --git a/fonts/abecedaire/font.json b/fonts/abecedaire/font.json index 1e5cd96c..93dffcc6 100644 --- a/fonts/abecedaire/font.json +++ b/fonts/abecedaire/font.json @@ -1,8 +1,9 @@ { "name": "Abécédaire AGS", - "description": "Abécédaire AGS is a crossstitch font.", + "description": "Abécédaire AGS is a crosstitch font.", "keywords": [ - "crossstitch" + "crossstitch", + "latin" ], "auto_satin": false, "reversible": false, @@ -44,7 +45,6 @@ "G": 49, "H": 58, "I": 25, - "J": 43, "K": 58, "L": 49, "M": 73, @@ -81,8 +81,6 @@ "m": 72, "n": 49, "o": 34, - "r": 43, - "ř": 43, "s": 34, "š": 34, "t": 25, @@ -259,12 +257,12 @@ }, "kerning_pairs": {}, "glyphs": [ + " ́", + " ̧", "!", "\"", "&", "'", - "’", - "‘", "(", ")", ",", @@ -338,8 +336,6 @@ "z", "¡", "«", - "´", - "¸", "»", "¿", "À", @@ -349,7 +345,6 @@ "Ä", "Å", "Æ", - "Œ", "Ç", "È", "É", @@ -372,7 +367,6 @@ "Û", "Ü", "Ý", - "Ÿ", "Þ", "ß", "à", @@ -382,7 +376,6 @@ "ä", "å", "æ", - "œ", "ç", "è", "é", @@ -407,13 +400,23 @@ "ý", "þ", "ÿ", - "č", "Č", - "ř", + "č", + "Œ", + "œ", "Ř", - "š", + "ř", "Š", + "š", + "Ÿ", + "Ž", "ž", - "Ž" - ] + "‘", + "’" + ], + "default_variant": "→", + "text_direction": "ltr", + "sortable": false, + "combine_at_sort_indices": [], + "leading": 100 }
\ No newline at end of file |
