Skip to content

Commit 8a6763e

Browse files
authored
Parse "font-variation-settings" property (#230)
Signed-off-by: Simon Wülker <[email protected]>
1 parent d2519c0 commit 8a6763e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style/properties/longhands/font.mako.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ ${helpers.predefined_type(
243243
"font-variation-settings",
244244
"FontVariationSettings",
245245
engines="gecko servo",
246-
servo_pref="layout.unimplemented",
246+
servo_pref="layout.variable_fonts.enabled",
247247
gecko_pref="layout.css.font-variations.enabled",
248248
has_effect_on_gecko_scrollbars=False,
249249
initial_value="computed::FontVariationSettings::normal()",

0 commit comments

Comments
 (0)