summaryrefslogtreecommitdiff
path: root/fonts/emilio_20_simple
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/emilio_20_simple
parent3d3baddf6a85cab368fd5c09a6ca5ae6d912f5c4 (diff)
Lettering: add glyph filter (#2400)
Co-authored-by: claudinepeyrat06
Diffstat (limited to 'fonts/emilio_20_simple')
-rwxr-xr-xfonts/emilio_20_simple/font.json47
1 files changed, 44 insertions, 3 deletions
diff --git a/fonts/emilio_20_simple/font.json b/fonts/emilio_20_simple/font.json
index 594f3208..2ecb0797 100755
--- a/fonts/emilio_20_simple/font.json
+++ b/fonts/emilio_20_simple/font.json
@@ -1,10 +1,13 @@
{
"name": "Emilio 20 Simple",
"description": "Emilio is a font with capital only and numbers. M is 42.5 millimeter wide at 100% scale. Can be scaled down to 70% or up to 140%. Every satin has zigzag underlay",
+ "keywords": [
+ "display"
+ ],
"leading": 194,
"auto_satin": false,
"reversible": false,
- "letter_case": "upper",
+ "letter_case": "upper",
"default_glyph": " ",
"min_scale": 0.7,
"max_scale": 1.4,
@@ -75,5 +78,43 @@
"y": 168,
"z": 152
},
- "kerning_pairs": {}
-}
+ "kerning_pairs": {},
+ "glyphs": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "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"
+ ]
+} \ No newline at end of file