mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Auto merge of #16725 - nox:moz-osx-font-smoothing, r=Wafflespeanut
Implement -moz-osx-font-smoothing <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16725) <!-- Reviewable:end -->
This commit is contained in:
commit
36f26148e6
1 changed files with 9 additions and 0 deletions
|
@ -2429,3 +2429,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