1
Fork 0
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:
Andreas Kling 2023-08-26 12:10:31 +02:00
parent 587cfa7739
commit c6cb876851

View file

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