diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2020-05-15 14:21:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-15 14:21:20 +0200 |
| commit | 2df11b5ac5586f2ad50cf4ba40727b5e7f68f213 (patch) | |
| tree | 6365c6825dd6fea066481f10931a80dca30fff75 /fonts/geneva_simple/font.json | |
| parent | 2aebae6826de7e4504a4719d64b6075f4dfdb34f (diff) | |
Add Fonts (#683)
* add geneva fonts
* add dejavu font
* adjust stroke-width
Diffstat (limited to 'fonts/geneva_simple/font.json')
| -rw-r--r-- | fonts/geneva_simple/font.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/fonts/geneva_simple/font.json b/fonts/geneva_simple/font.json new file mode 100644 index 00000000..9cc28de7 --- /dev/null +++ b/fonts/geneva_simple/font.json @@ -0,0 +1,14 @@ +{ + "name": "Geneva Simple Sans", + "description": "Suitable for small fonts (6 to 15mm)", + "leading": 16, + "letter_spacing": 2.5, + "word_spacing": 9, + "auto_satin": true, + "default_glyph": "�", + "min_scale": 0.75, + "max_scale": 2.0, + "kerning_pairs": { + "wo": -0.9 + } +} |
