stylo: System font support for font-weight

This commit is contained in:
Manish Goregaokar 2017-03-21 20:38:12 -07:00 committed by Manish Goregaokar
parent b0dcb72722
commit 5184f29e10
4 changed files with 40 additions and 7 deletions

View file

@ -15,7 +15,7 @@ ALL_SIZES = [(size, False) for size in PHYSICAL_SIZES] + [(size, True) for size
SYSTEM_FONT_LONGHANDS = """font_family font_size font_style
font_variant_caps font_stretch font_kerning
font_variant_position""".split()
font_variant_position font_weight""".split()
def maybe_moz_logical_alias(product, side, prop):
if product == "gecko" and side[1]: