summaryrefslogtreecommitdiff
path: root/fonts/nick_ainley/font.json
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/nick_ainley/font.json
parent3d3baddf6a85cab368fd5c09a6ca5ae6d912f5c4 (diff)
Lettering: add glyph filter (#2400)
Co-authored-by: claudinepeyrat06
Diffstat (limited to 'fonts/nick_ainley/font.json')
-rw-r--r--fonts/nick_ainley/font.json88
1 files changed, 83 insertions, 5 deletions
diff --git a/fonts/nick_ainley/font.json b/fonts/nick_ainley/font.json
index a0a34542..f1f78756 100644
--- a/fonts/nick_ainley/font.json
+++ b/fonts/nick_ainley/font.json
@@ -1,6 +1,12 @@
-{ "name": "NickAinley",
+{
+ "name": "NickAinley",
"description": "A tiny 1mm-bean alphabet based on a 24pt Seniors Studio jawn",
- "leading": 40,
+ "keywords": [
+ "handwriting",
+ "running_stitch",
+ "tiny"
+ ],
+ "leading": 40,
"auto_satin": false,
"reversible": false,
"letter_case": "",
@@ -163,11 +169,11 @@
"ļ": 5,
"ł": 5,
"m": 21,
- "o":12,
+ "o": 12,
"œ": 18,
"p": 11,
"þ": 11,
- "q" :11,
+ "q": 11,
"r": 11,
"ŕ": 11,
"ř": 11,
@@ -499,5 +505,77 @@
"”Е": -7,
"”Б": 1,
"”А": 5
- }
+ },
+ "glyphs": [
+ "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",
+ "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",
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "@",
+ "/",
+ "!",
+ "@",
+ "'",
+ ",",
+ "‘",
+ "’"
+ ]
} \ No newline at end of file