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:
Andreas Kling 2023-08-26 12:10:31 +02:00
parent 587cfa7739
commit c6cb876851
Notes: sideshowbarker 2024-07-17 02:56:25 +09:00

View file

@ -4,7 +4,7 @@
*/
html {
font-family: sans-serif;
font-family: serif;
color: CanvasText;
}