mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Implement -moz-osx-font-smoothing
This commit is contained in:
parent
1b9e1cc1f2
commit
c78fd3a0ce
1 changed files with 9 additions and 0 deletions
|
@ -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)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue