mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:37:35 +00:00
LibWeb: Use a serif font in the default UA style sheet
This matches how most/all other browsers behave today.
This commit is contained in:
parent
587cfa7739
commit
c6cb876851
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
font-family: serif;
|
||||
color: CanvasText;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue