From e0c12fbbaa4e05f116a3436617260c6e2d1d2781 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Thu, 18 Apr 2019 11:34:38 -0400 Subject: add medium font --- fonts/medium_font/font.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 fonts/medium_font/font.json (limited to 'fonts/medium_font/font.json') diff --git a/fonts/medium_font/font.json b/fonts/medium_font/font.json new file mode 100644 index 00000000..63eba718 --- /dev/null +++ b/fonts/medium_font/font.json @@ -0,0 +1,14 @@ +{ + "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, + "letter_spacing": 4.5, + "word_spacing": 13.5, + "auto_satin": true, + "default_glyph": "�", + "min_scale": 0.75, + "max_scale": 2.0, + "kerning_pairs": { + "wo": -0.3 + } +} -- cgit v1.3.1 From b2d11ce956d14b08addb7d938e59aaa1aa8f42d4 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Thu, 18 Apr 2019 11:36:51 -0400 Subject: fix medium kerning --- fonts/medium_font/font.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fonts/medium_font/font.json') diff --git a/fonts/medium_font/font.json b/fonts/medium_font/font.json index 63eba718..df760bde 100644 --- a/fonts/medium_font/font.json +++ b/fonts/medium_font/font.json @@ -9,6 +9,6 @@ "min_scale": 0.75, "max_scale": 2.0, "kerning_pairs": { - "wo": -0.3 + "wo": -0.9 } } -- cgit v1.3.1