load_masters: actually assign font attributes
This commit is contained in:
parent
7d975f7ada
commit
ef1d4cd02d
@ -886,7 +886,7 @@ def load_masters(designspace, master_finder=lambda s: s):
|
||||
# 2. A SourceDescriptor's path might point an OpenType binary, a
|
||||
# TTX file, or another source file (e.g. UFO), in which case we
|
||||
# resolve the path using 'master_finder' function
|
||||
font = _open_font(master.path, master_finder)
|
||||
master.font = font = _open_font(master.path, master_finder)
|
||||
master_fonts.append(font)
|
||||
|
||||
return master_fonts
|
||||
|
Loading…
x
Reference in New Issue
Block a user