Implement -moz-osx-font-smoothing

This commit is contained in:
Anthony Ramine 2017-05-04 14:25:47 +02:00
parent 1b9e1cc1f2
commit c78fd3a0ce

View file

@ -2414,3 +2414,12 @@ ${helpers.single_keyword("-moz-math-variant",
} }
} }
% endif % endif
${helpers.single_keyword("-moz-osx-font-smoothing",
"auto grayscale",
gecko_constant_prefix="NS_FONT_SMOOTHING",
gecko_ffi_name="mFont.smoothing",
products="gecko",
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth)",
animation_value_type="none",
need_clone=True)}