Skip to content

Commit

Permalink
Lets forget about Word for macOS, it is just weird
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Jan 11, 2024
1 parent 53432ef commit 11993fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -852,8 +852,6 @@ def build(font, default_instance, args):
for i, instance in enumerate(font.instances):
location = {a.name: instance.axes[i] for i, a in enumerate(ds.axes)}
ds.addLocationLabelDescriptor(name=instance.name, userLocation=location)
if instance == default_instance and len(font.instances) == 1:
continue
ds.addInstanceDescriptor(
name=f"instance_{i}",
familyName=font.familyName,
Expand Down

0 comments on commit 11993fc

Please sign in to comment.