mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
stylo: System font support for font-size-adjust
This commit is contained in:
parent
5184f29e10
commit
83484c7054
3 changed files with 53 additions and 6 deletions
|
@ -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 font_weight""".split()
|
||||
font_variant_position font_weight font_size_adjust""".split()
|
||||
|
||||
def maybe_moz_logical_alias(product, side, prop):
|
||||
if product == "gecko" and side[1]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue