diff options
author | Egor Ananyin <ananinegor@gmail.com> | 2021-04-13 20:41:57 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-04-13 22:04:25 +0200 |
commit | fe544feb17c550803dbf3da6ac5059d0c8d700c3 (patch) | |
tree | 30290f96105126b4f6c916294c20839d1e5af19d /Userland/Libraries/LibWeb/CSS/Properties.json | |
parent | e4b3591ac4463644d5b77cc8eac4336d4ff0d974 (diff) | |
download | serenity-fe544feb17c550803dbf3da6ac5059d0c8d700c3.zip |
LibWeb: Start parsing font property
Diffstat (limited to 'Userland/Libraries/LibWeb/CSS/Properties.json')
-rw-r--r-- | Userland/Libraries/LibWeb/CSS/Properties.json | 8 |
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" |