diff options
author | Matt Brubeck <mbrubeck@limpet.net> | 2016-05-17 16:56:34 -0700 |
---|---|---|
committer | Matt Brubeck <mbrubeck@limpet.net> | 2016-05-17 16:59:39 -0700 |
commit | 8cab1d694860ee1ceddc1a82ec4844c053ade5ed (patch) | |
tree | c532132ada081ed3ab4a5e6d143ae7e905e83006 /components/style | |
parent | 6c08ad857ea4139bb266c481eebe4315bdd460d5 (diff) | |
download | servo-8cab1d694860ee1ceddc1a82ec4844c053ade5ed.tar.gz servo-8cab1d694860ee1ceddc1a82ec4844c053ade5ed.zip |
Support font-style in geckolib
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"> |