mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
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:
parent
58589d6250
commit
0a1fc7ee13
Notes:
sideshowbarker
2024-07-17 02:29:45 +09:00
Author: https://github.com/tcl3
Commit: 0a1fc7ee13
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/442
Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue