mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 14:57:35 +00:00
LibWeb: Parse font-stretch CSS property
This commit is contained in:
parent
968481c7cd
commit
ab99e95549
5 changed files with 47 additions and 7 deletions
|
@ -692,6 +692,24 @@
|
|||
"unitless-length"
|
||||
]
|
||||
},
|
||||
"font-stretch": {
|
||||
"inherited": true,
|
||||
"initial": "normal",
|
||||
"valid-types": [
|
||||
"percentage [0,∞]"
|
||||
],
|
||||
"valid-identifiers": [
|
||||
"normal",
|
||||
"ultra-condensed",
|
||||
"extra-condensed",
|
||||
"condensed",
|
||||
"semi-condensed",
|
||||
"semi-expanded",
|
||||
"expanded",
|
||||
"extra-expanded",
|
||||
"ultra-expanded"
|
||||
]
|
||||
},
|
||||
"font-style": {
|
||||
"inherited": true,
|
||||
"initial": "normal",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue