summaryrefslogtreecommitdiff
path: root/fonts/geneva_rounded/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/geneva_rounded/font.json
parent3d3baddf6a85cab368fd5c09a6ca5ae6d912f5c4 (diff)
Lettering: add glyph filter (#2400)
Co-authored-by: claudinepeyrat06
Diffstat (limited to 'fonts/geneva_rounded/font.json')
-rw-r--r--fonts/geneva_rounded/font.json115
1 files changed, 113 insertions, 2 deletions
diff --git a/fonts/geneva_rounded/font.json b/fonts/geneva_rounded/font.json
index 050d4bb0..fc3e14ce 100644
--- a/fonts/geneva_rounded/font.json
+++ b/fonts/geneva_rounded/font.json
@@ -1,6 +1,9 @@
{
"name": "Geneva Simple Sans Rounded",
"description": "Suitable for small fonts (8 to 20 mm)",
+ "keywords": [
+ "sans_serif"
+ ],
"leading": 60,
"auto_satin": true,
"reversible": true,
@@ -12,5 +15,113 @@
"horiz_adv_x_space": 30,
"units_per_em": 60,
"horiz_adv_x": {},
- "kerning_pairs": {}
-}
+ "kerning_pairs": {},
+ "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