From e65788cea72531f922fe4bccda4ec0c06047df10 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Wed, 12 Jul 2023 18:28:07 +0200 Subject: Lettering: add glyph filter (#2400) Co-authored-by: claudinepeyrat06 --- fonts/dinomouse72/font.json | 115 +++++++++++++++++++++++++++++++++++++++++- fonts/dinomouse72/preview.png | Bin 10269 -> 14565 bytes 2 files changed, 113 insertions(+), 2 deletions(-) (limited to 'fonts/dinomouse72') diff --git a/fonts/dinomouse72/font.json b/fonts/dinomouse72/font.json index 57f1bc84..0233a992 100644 --- a/fonts/dinomouse72/font.json +++ b/fonts/dinomouse72/font.json @@ -1,6 +1,9 @@ { "name": "DinoMouse72", "description": "A Font Grove jawn. Satin width is 2.5mm at 18mm capitals", + "keywords": [ + "sans_serif" + ], "leading": 100, "auto_satin": false, "reversible": false, @@ -300,5 +303,113 @@ "ŁY": 9, "æt": 4, "ßt": 6 - } -} + }, + "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 diff --git a/fonts/dinomouse72/preview.png b/fonts/dinomouse72/preview.png index 688c3053..dd0212bc 100644 Binary files a/fonts/dinomouse72/preview.png and b/fonts/dinomouse72/preview.png differ -- cgit v1.2.3