diff options
Diffstat (limited to 'components/style')
-rw-r--r-- | components/style/properties/longhand/font.mako.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/properties/longhand/font.mako.rs b/components/style/properties/longhand/font.mako.rs index f83a536166e..a72699d6ca8 100644 --- a/components/style/properties/longhand/font.mako.rs +++ b/components/style/properties/longhand/font.mako.rs @@ -118,7 +118,7 @@ </%helpers:longhand> -${helpers.single_keyword("font-style", "normal italic oblique")} +${helpers.single_keyword("font-style", "normal italic oblique", gecko_constant_prefix="NS_FONT_STYLE")} ${helpers.single_keyword("font-variant", "normal small-caps")} <%helpers:longhand name="font-weight" need_clone="True"> |