diff options
Diffstat (limited to 'fonts/medium_font/font.json')
| -rw-r--r-- | fonts/medium_font/font.json | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/fonts/medium_font/font.json b/fonts/medium_font/font.json index 103e5a5d..5dd90f9b 100644 --- a/fonts/medium_font/font.json +++ b/fonts/medium_font/font.json @@ -1,10 +1,15 @@ { - "name": "Ink/Stitch Medium Font", - "description": "A basic font suited for medium-sized characters. The capital em is 0.6 inches wide at 100% scale. Can be scaled down to 75% or up to 150%. Every satin has contour underlay.", - "leading": 24, - "horiz_adv_x_space": 51, - "auto_satin": true, - "default_glyph": "�", - "min_scale": 0.75, - "max_scale": 2.0 -} + "name": "Geneva Simple Sans Rounded", + "description": "A basic font suited for medium-sized characters. The capital em is 0.6 inches wide at 100% scale. Can be scaled down to 75% or up to 150%. Every satin has contour underlay.", + "leading": 90, + "auto_satin": true, + "reversible": true, + "default_glyph": "�", + "min_scale": 0.7, + "max_scale": 2.0, + "horiz_adv_x_default": null, + "horiz_adv_x_space": 51, + "units_per_em": 90, + "horiz_adv_x": {}, + "kerning_pairs": {} +}
\ No newline at end of file |
