summaryrefslogtreecommitdiff
path: root/fonts/lobster_AGS/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/lobster_AGS/font.json
parent3d3baddf6a85cab368fd5c09a6ca5ae6d912f5c4 (diff)
Lettering: add glyph filter (#2400)
Co-authored-by: claudinepeyrat06
Diffstat (limited to 'fonts/lobster_AGS/font.json')
-rw-r--r--fonts/lobster_AGS/font.json108
1 files changed, 106 insertions, 2 deletions
diff --git a/fonts/lobster_AGS/font.json b/fonts/lobster_AGS/font.json
index a478eb39..56256d12 100644
--- a/fonts/lobster_AGS/font.json
+++ b/fonts/lobster_AGS/font.json
@@ -1,6 +1,10 @@
{
"name": "Lobster AGS",
"description": " The capital M is 19.8 millimeter wide at 100% scale. Can be scaled down to 80% or up to 150%. Every satin has zigzag underlay",
+ "keywords": [
+ "handwriting",
+ "italic"
+ ],
"leading": 100,
"auto_satin": false,
"reversible": false,
@@ -8712,5 +8716,105 @@
"0]": 2,
"0\\": 1,
"0A": -3
- }
-}
+ },
+ "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",
+ "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