From 30c17551659d0b852fd8c4d028136e64caa2a4c3 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Mon, 26 Nov 2018 08:57:00 -0800 Subject: Initial work on light weight master --- misc/fontbuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'misc/fontbuild') diff --git a/misc/fontbuild b/misc/fontbuild index ebbcd4329..25ed3fbe8 100755 --- a/misc/fontbuild +++ b/misc/fontbuild @@ -611,6 +611,11 @@ class Main(object): source.styleName = "Black Italic" source.name = "blackitalic" source.font.info.styleName = source.styleName + elif source.styleName == "Thin Italic Italic": + ufo_path = pjoin(master_dir, 'Inter-UI-ThinItalic.ufo') + source.styleName = "Thin Italic" + source.name = "thinitalic" + source.font.info.styleName = source.styleName else: # name "Inter UI Black" => "black" source.name = source.styleName.lower().replace(' ', '') -- cgit v1.2.3