From 0400372ecb5defae0b6f397521d7fca0231877a5 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Thu, 27 Sep 2018 10:08:44 -0700 Subject: [PATCH] fontbuild: fixes issue with incorrect metadata for the Bold Italic master UFO --- misc/fontbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/fontbuild b/misc/fontbuild index 754b3ee80..957358680 100755 --- a/misc/fontbuild +++ b/misc/fontbuild @@ -479,7 +479,7 @@ class Main(object): ufo_path = pjoin(master_dir, 'Inter-UI-BlackItalic.ufo') source.styleName = "Black Italic" source.name = "blackitalic" - source.font.info.styleName = source.font.info.styleName + source.font.info.styleName = source.styleName else: # name "Inter UI Black" => "black" source.name = source.styleName.lower().replace(' ', '')