diff options
| author | LaureFR38 <63351363+LaureFR38@users.noreply.github.com> | 2021-02-04 16:40:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-04 16:40:02 +0100 |
| commit | 1cb501986f9c1135c861472366737563ebe79681 (patch) | |
| tree | 00f62bc52928e48100b9b5dab2384d09aedf4034 /fonts/geneva_simple/font.json | |
| parent | dac312f01fe83f6ade1b0b1845c92106587ff89e (diff) | |
Update font.py (#848)
* Add new fonts
* Update old fonts
* Update lettering gui
Co-authored-by: Lex Neva
Co-authored-by: kalleen
Diffstat (limited to 'fonts/geneva_simple/font.json')
| -rw-r--r-- | fonts/geneva_simple/font.json | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/fonts/geneva_simple/font.json b/fonts/geneva_simple/font.json index 9cc28de7..2061b7f1 100644 --- a/fonts/geneva_simple/font.json +++ b/fonts/geneva_simple/font.json @@ -2,13 +2,9 @@ "name": "Geneva Simple Sans", "description": "Suitable for small fonts (6 to 15mm)", "leading": 16, - "letter_spacing": 2.5, - "word_spacing": 9, + "horiz_adv_x_space": 34, "auto_satin": true, "default_glyph": "�", "min_scale": 0.75, - "max_scale": 2.0, - "kerning_pairs": { - "wo": -0.9 - } + "max_scale": 2.0 } |
