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/fold_inkstitch | |
| 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/fold_inkstitch')
| -rw-r--r-- | fonts/fold_inkstitch/font.json | 47 |
1 files changed, 26 insertions, 21 deletions
diff --git a/fonts/fold_inkstitch/font.json b/fonts/fold_inkstitch/font.json index 8049b312..1715c06e 100644 --- a/fonts/fold_inkstitch/font.json +++ b/fonts/fold_inkstitch/font.json @@ -3,7 +3,8 @@ "description": "Fold Ink/Stitch is a large triple and quintuple running stitches capital font. It contains 40 glyphs including all numbers and the 26 capitals A-Z.", "keywords": [ "display", - "running_stitch" + "running_stitch", + "latin" ], "leading": 400, "auto_satin": false, @@ -114,25 +115,26 @@ "€": 180 }, "kerning_pairs": { - "FU": 22, - "FR": 22, - "FO": 22, - "FE": 22, - "FA": 60, - "GJ": 16, - "JJ": 16, - "QJ": 16, - "YJ": 16, - "Fa": 60, - "VA": 35, - "TA": 60, - "PA": 60, - "YA": 60, - "LT": 60, - "LV": 60 + "F U": 22, + "F R": 22, + "F O": 22, + "F E": 22, + "F A": 60, + "G J": 16, + "J J": 16, + "Q J": 16, + "Y J": 16, + "F a": 60, + "V A": 35, + "T A": 60, + "P A": 60, + "Y A": 60, + "L T": 60, + "L V": 60 }, "glyphs": [ - "‘", + "!", + "-", "0", "1", "2", @@ -170,7 +172,10 @@ "X", "Y", "Z", - "!", - "-" - ] + "‘" + ], + "default_variant": "→", + "text_direction": "ltr", + "sortable": false, + "combine_at_sort_indices": [] }
\ No newline at end of file |
