mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-05 05:56:53 +03: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: https://github.com/LadybirdBrowser/ladybird/commit/0a1fc7ee13 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/442 Reviewed-by: https://github.com/AtkinsSJ ✅
@ -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…
Reference in New Issue
Block a user