mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +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
Notes:
sideshowbarker
2024-07-17 02:56:25 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/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…
Reference in a new issue