diff options
| author | LaureFR38 <63351363+LaureFR38@users.noreply.github.com> | 2021-05-01 10:45:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-01 10:45:13 +0200 |
| commit | 77a1ad3830b684dfa95b2f5a7bb643581397a43d (patch) | |
| tree | 1b130ca6263077bdce2a4f2811e649eea2b903bd /fonts/geneva_simple/font.json | |
| parent | 205cc6202383b69804fb32bbdc7b8e25a3444f9d (diff) | |
| parent | 501b4e728989108b3aa3774dfd5c7737636744f2 (diff) | |
Merge pull request #1121 from inkstitch/update-font-svg
Adding and updating fonts from main 03/04/2021
Diffstat (limited to 'fonts/geneva_simple/font.json')
| -rw-r--r-- | fonts/geneva_simple/font.json | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/fonts/geneva_simple/font.json b/fonts/geneva_simple/font.json index 2061b7f1..7783e1b5 100644 --- a/fonts/geneva_simple/font.json +++ b/fonts/geneva_simple/font.json @@ -1,10 +1,15 @@ { - "name": "Geneva Simple Sans", - "description": "Suitable for small fonts (6 to 15mm)", - "leading": 16, - "horiz_adv_x_space": 34, - "auto_satin": true, - "default_glyph": "�", - "min_scale": 0.75, - "max_scale": 2.0 -} + "name": "Geneva Simple Sans", + "description": "Suitable for small fonts (6 to 15mm)", + "leading": 60, + "auto_satin": true, + "reversible": true, + "default_glyph": "�", + "min_scale": 0.7, + "max_scale": 2.0, + "horiz_adv_x_default": null, + "horiz_adv_x_space": 34, + "units_per_em": 60, + "horiz_adv_x": {}, + "kerning_pairs": {} +}
\ No newline at end of file |
