diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-07-12 18:28:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-12 18:28:07 +0200 |
| commit | e65788cea72531f922fe4bccda4ec0c06047df10 (patch) | |
| tree | c0dab71fe4e2c44ea3de1900e05de46001290558 /fonts/infinipicto | |
| parent | 3d3baddf6a85cab368fd5c09a6ca5ae6d912f5c4 (diff) | |
Lettering: add glyph filter (#2400)
Co-authored-by: claudinepeyrat06
Diffstat (limited to 'fonts/infinipicto')
| -rw-r--r-- | fonts/infinipicto/font.json | 36 |
1 files changed, 34 insertions, 2 deletions
diff --git a/fonts/infinipicto/font.json b/fonts/infinipicto/font.json index bf78cf86..1582a1db 100644 --- a/fonts/infinipicto/font.json +++ b/fonts/infinipicto/font.json @@ -1,6 +1,10 @@ { "name": "InfiniPicto", "description": "InfiniPicto is a fun font of size approximatively 70 mm containing only the 26 A-Z glyph. Each letter is a pictogram of an object whose name begins with that very letter..... in French", + "keywords": [ + "display", + "multicolor" + ], "leading": 350, "auto_satin": false, "reversible": false, @@ -42,5 +46,33 @@ "Y": 256, "Z": 174 }, - "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" + ] +}
\ No newline at end of file |
