mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 14:50:18 +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": {
|
"font": {
|
||||||
"inherited": true,
|
"inherited": true,
|
||||||
"initial": "normal medium sans-serif",
|
"initial": "normal medium serif",
|
||||||
"longhands": [
|
"longhands": [
|
||||||
"font-family",
|
"font-family",
|
||||||
"font-size",
|
"font-size",
|
||||||
|
@ -960,7 +960,7 @@
|
||||||
"font-family": {
|
"font-family": {
|
||||||
"animation-type": "discrete",
|
"animation-type": "discrete",
|
||||||
"inherited": true,
|
"inherited": true,
|
||||||
"initial": "sans-serif",
|
"initial": "serif",
|
||||||
"valid-types": [
|
"valid-types": [
|
||||||
"custom-ident",
|
"custom-ident",
|
||||||
"string"
|
"string"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue