Support font-style in geckolib

This commit is contained in:
Matt Brubeck 2016-05-17 16:56:34 -07:00
parent 6c08ad857e
commit 8cab1d6948
4 changed files with 137 additions and 3 deletions

View file

@ -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">