diff options
Diffstat (limited to 'fonts/aventurina')
| -rwxr-xr-x | fonts/aventurina/font.json | 153 |
1 files changed, 151 insertions, 2 deletions
diff --git a/fonts/aventurina/font.json b/fonts/aventurina/font.json index 00cb4390..82935ccd 100755 --- a/fonts/aventurina/font.json +++ b/fonts/aventurina/font.json @@ -1,6 +1,9 @@ { "name": "Aventurina", "description": "Aventurina is a script satin font of size approximatively 20mm. The glyphs cover most Western European languages. The font can be scaled down to 60% and up to 150% ", + "keywords": [ + "handwriting" + ], "leading": 100, "auto_satin": false, "reversible": false, @@ -351,5 +354,151 @@ "Zd": 12, "Zc": 12, "Za": 12 - } -} + }, + "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 |
