Skip to content

Commit

Permalink
Include Regular weight for all instances
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e committed Mar 24, 2020
1 parent 0cc8fe0 commit eaa9926
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sources/gen_instances.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
instance.width = wdth[0]
instance.weight = wght[0]
name = wdth[0].replace(" ", "")
if wght[0] != "Regular":
name += " " + wght[0]
instance.weightValue = wght[1]
instance.widthValue = wdth[1]
instance.name = name
Expand Down

0 comments on commit eaa9926

Please sign in to comment.