1
Fork 0
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:
Egor Ananyin 2021-04-13 20:41:57 +03:00 committed by Andreas Kling
parent e4b3591ac4
commit fe544feb17
2 changed files with 30 additions and 0 deletions

View file

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