LibWeb/CSS: Use serif for font and font-family initial property values

These properties previously used sans-serif for their initial values.
This commit is contained in:
Tim Ledbetter 2024-07-05 19:59:18 +01:00 committed by Sam Atkins
parent 58589d6250
commit 0a1fc7ee13
Notes: sideshowbarker 2024-07-17 02:29:45 +09:00

View File

@ -946,7 +946,7 @@
},
"font": {
"inherited": true,
"initial": "normal medium sans-serif",
"initial": "normal medium serif",
"longhands": [
"font-family",
"font-size",
@ -960,7 +960,7 @@
"font-family": {
"animation-type": "discrete",
"inherited": true,
"initial": "sans-serif",
"initial": "serif",
"valid-types": [
"custom-ident",
"string"