mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 23:27:44 +00:00
LibWeb: Start parsing font property
This commit is contained in:
parent
e4b3591ac4
commit
fe544feb17
2 changed files with 30 additions and 0 deletions
|
@ -188,6 +188,14 @@
|
|||
"inherited": false,
|
||||
"initial": "none"
|
||||
},
|
||||
"font": {
|
||||
"longhands": [
|
||||
"font-family",
|
||||
"font-size",
|
||||
"font-variant",
|
||||
"font-weight"
|
||||
]
|
||||
},
|
||||
"font-family": {
|
||||
"inherited": true,
|
||||
"initial": "sans-serif"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue