mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Support font-style in geckolib
This commit is contained in:
parent
6c08ad857e
commit
8cab1d6948
4 changed files with 137 additions and 3 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue