fontbuild: fixes issue with incorrect metadata for the Bold Italic master UFO
This commit is contained in:
parent
5bc7754354
commit
0400372ecb
1 changed files with 1 additions and 1 deletions
|
|
@ -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(' ', '')
|
||||
|
|
|
|||
Reference in a new issue