Auto merge of #11240 - mbrubeck:font-style, r=bholley

Support font-style in geckolib

r? @bholley

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11240)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-05-18 13:12:55 -07:00
commit f02c4c6403
4 changed files with 137 additions and 3 deletions

View file

@ -115,7 +115,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">