summaryrefslogtreecommitdiff
path: root/fonts/cherryforinkstitch
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2023-07-12 18:28:07 +0200
committerGitHub <noreply@github.com>2023-07-12 18:28:07 +0200
commite65788cea72531f922fe4bccda4ec0c06047df10 (patch)
treec0dab71fe4e2c44ea3de1900e05de46001290558 /fonts/cherryforinkstitch
parent3d3baddf6a85cab368fd5c09a6ca5ae6d912f5c4 (diff)
Lettering: add glyph filter (#2400)
Co-authored-by: claudinepeyrat06
Diffstat (limited to 'fonts/cherryforinkstitch')
-rw-r--r--fonts/cherryforinkstitch/font.json82
1 files changed, 81 insertions, 1 deletions
diff --git a/fonts/cherryforinkstitch/font.json b/fonts/cherryforinkstitch/font.json
index 8bd0e7ea..42d464e5 100644
--- a/fonts/cherryforinkstitch/font.json
+++ b/fonts/cherryforinkstitch/font.json
@@ -1,6 +1,10 @@
{
"name": "Cherry for inkstitch",
"description": "Cherry for inkstitch is a decorative satin column font of size approximatively 40mm. It can be reduced down to 80% and enlarged up to 180%. It contains 74 glyphs.",
+ "keywords": [
+ "display",
+ "multicolor"
+ ],
"leading": 227,
"auto_satin": false,
"reversible": false,
@@ -101,5 +105,81 @@
"#": 106,
"E": 115
},
- "kerning_pairs": {}
+ "kerning_pairs": {},
+ "glyphs": [
+ "A",
+ "B",
+ "C",
+ "D",
+ "F",
+ "G",
+ "H",
+ "I",
+ "J",
+ "K",
+ "L",
+ "M",
+ "N",
+ "O",
+ "P",
+ "Q",
+ "R",
+ "S",
+ "T",
+ "U",
+ "V",
+ "W",
+ "X",
+ "Y",
+ "Z",
+ "a",
+ "b",
+ "c",
+ "d",
+ "e",
+ "f",
+ "g",
+ "h",
+ "i",
+ "j",
+ "k",
+ "l",
+ "m",
+ "n",
+ "o",
+ "p",
+ "q",
+ "r",
+ "s",
+ "t",
+ "u",
+ "v",
+ "w",
+ "x",
+ "y",
+ "z",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "0",
+ ".",
+ ":",
+ ";",
+ ",",
+ "?",
+ "!",
+ "(",
+ ")",
+ "'",
+ "\"",
+ "-",
+ "`",
+ "E"
+ ]
}