style: Add font-optical-sizing property.

Bug: 1435692
Reviewed-by: emilio
This commit is contained in:
Jonathan Kew 2018-03-02 17:48:10 +00:00 committed by Emilio Cobos Álvarez
parent 5bfd74e42d
commit 93b7d01324
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
3 changed files with 56 additions and 23 deletions

View file

@ -19,7 +19,7 @@ SYSTEM_FONT_LONGHANDS = """font_family font_size font_style
font_size_adjust font_variant_alternates
font_variant_ligatures font_variant_east_asian
font_variant_numeric font_language_override
font_feature_settings""".split()
font_feature_settings font_optical_sizing""".split()
def maybe_moz_logical_alias(product, side, prop):