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/cherryforkaalleen/font.json | 45 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) (limited to 'fonts/cherryforkaalleen') diff --git a/fonts/cherryforkaalleen/font.json b/fonts/cherryforkaalleen/font.json index 7f8fa02e..51a6a49a 100755 --- a/fonts/cherryforkaalleen/font.json +++ b/fonts/cherryforkaalleen/font.json @@ -1,6 +1,11 @@ { "name": "Cherry for Kaalleen", "description": "Cherry for Kaalleen is a large decorative font of size approximatively 75mm. It contains 36 glyphs including the numbers and the 26 capitals A-Z. It can be reduced down to 80% and enlarged up to 130%", + "keywords": [ + "display", + "monogram", + "multicolor" + ], "leading": 232, "auto_satin": false, "reversible": false, @@ -70,5 +75,43 @@ "§": 196, "¶": 200 }, - "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", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "0" + ] } -- cgit v1.3.1