aboutsummaryrefslogtreecommitdiffstats
path: root/components/style
diff options
context:
space:
mode:
authorMatt Brubeck <mbrubeck@limpet.net>2016-05-17 16:56:34 -0700
committerMatt Brubeck <mbrubeck@limpet.net>2016-05-17 16:59:39 -0700
commit8cab1d694860ee1ceddc1a82ec4844c053ade5ed (patch)
treec532132ada081ed3ab4a5e6d143ae7e905e83006 /components/style
parent6c08ad857ea4139bb266c481eebe4315bdd460d5 (diff)
downloadservo-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.rs2
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">