Add a variant with a larger line height

As proposed in https://github.com/belluzj/fantasque-sans/issues/23\#issuecomment-58776550
pull/83/head
Jany Belluz 2017-07-12 20:39:32 +02:00
parent 6a568c63f6
commit 82c5e7d0fc
1 changed files with 7 additions and 7 deletions

View File

@ -29,13 +29,13 @@ output = sys.argv[4]
# style('Tight', Bearing(left=-128)) # style('Tight', Bearing(left=-128))
# ) # )
# conflicting( conflicting(
# option('XtraSmall', '13px', Line(1536, 256)), # option('XtraSmall', '13px', Line(x, x)),
# option('Small', '14px', Line(1536, 384)), # option('Small', '14px', Line(x, x)),
# # option('medium', 15px', Line(1664, 384)), # # option('medium', 15px', Line(1650, 398)),
# option('Large', '16px', Line(1664, 512)), option('LargeLineHeight', 'Large Line Height', Line(1750, 498)),
# option('XtraLarge', '17px', Line(1792, 512)) # option('XtraLarge', '17px', Line(x, x))
# ) )
# ss01 # ss01
option('NoLoopK', 'No loop k', SwapLookup('ss01')) option('NoLoopK', 'No loop k', SwapLookup('ss01'))