diff --git a/components/style/properties/longhand/font.mako.rs b/components/style/properties/longhand/font.mako.rs index b53a1d02a6a..28594f8fe39 100644 --- a/components/style/properties/longhand/font.mako.rs +++ b/components/style/properties/longhand/font.mako.rs @@ -353,3 +353,11 @@ ${helpers.single_keyword("font-kerning", "auto none normal", products="gecko", animatable=False)} + +${helpers.single_keyword("font-variant-position", + "normal sub super", + products="gecko", + gecko_ffi_name="mFont.variantPosition", + gecko_constant_prefix="NS_FONT_VARIANT_POSITION", + animatable=False)} +