summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/Properties.json
diff options
context:
space:
mode:
authorEgor Ananyin <ananinegor@gmail.com>2021-04-13 20:41:57 +0300
committerAndreas Kling <kling@serenityos.org>2021-04-13 22:04:25 +0200
commitfe544feb17c550803dbf3da6ac5059d0c8d700c3 (patch)
tree30290f96105126b4f6c916294c20839d1e5af19d /Userland/Libraries/LibWeb/CSS/Properties.json
parente4b3591ac4463644d5b77cc8eac4336d4ff0d974 (diff)
downloadserenity-fe544feb17c550803dbf3da6ac5059d0c8d700c3.zip
LibWeb: Start parsing font property
Diffstat (limited to 'Userland/Libraries/LibWeb/CSS/Properties.json')
-rw-r--r--Userland/Libraries/LibWeb/CSS/Properties.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/CSS/Properties.json b/Userland/Libraries/LibWeb/CSS/Properties.json
index 3344ea6538..321be3919f 100644
--- a/Userland/Libraries/LibWeb/CSS/Properties.json
+++ b/Userland/Libraries/LibWeb/CSS/Properties.json
@@ -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"