mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Make font-feature-settings a subprop of font
This commit is contained in:
parent
29f5b226ac
commit
5b4f0686c7
5 changed files with 41 additions and 24 deletions
|
@ -18,7 +18,8 @@ SYSTEM_FONT_LONGHANDS = """font_family font_size font_style
|
|||
font_variant_position font_weight
|
||||
font_size_adjust font_variant_alternates
|
||||
font_variant_ligatures font_variant_east_asian
|
||||
font_variant_numeric font_language_override""".split()
|
||||
font_variant_numeric font_language_override
|
||||
font_feature_settings""".split()
|
||||
|
||||
|
||||
def maybe_moz_logical_alias(product, side, prop):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue