Skip to content

Commit

Permalink
Add a variant with a larger line height
Browse files Browse the repository at this point in the history
As proposed in #23
  • Loading branch information
belluzj committed Jul 12, 2017
1 parent 6a568c6 commit 82c5e7d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
# style('Tight', Bearing(left=-128))
# )

# conflicting(
# option('XtraSmall', '13px', Line(1536, 256)),
# option('Small', '14px', Line(1536, 384)),
# # option('medium', 15px', Line(1664, 384)),
# option('Large', '16px', Line(1664, 512)),
# option('XtraLarge', '17px', Line(1792, 512))
# )
conflicting(
# option('XtraSmall', '13px', Line(x, x)),
# option('Small', '14px', Line(x, x)),
# # option('medium', 15px', Line(1650, 398)),
option('LargeLineHeight', 'Large Line Height', Line(1750, 498)),
# option('XtraLarge', '17px', Line(x, x))
)

# ss01
option('NoLoopK', 'No loop k', SwapLookup('ss01'))
Expand Down

0 comments on commit 82c5e7d

Please sign in to comment.