Add generic font family

This commit is contained in:
2025-03-27 11:56:42 +02:00
parent 874613dc27
commit 0b80bd8a90
+1 -1
View File
@@ -7,7 +7,7 @@ html {
html * {
color: white;
font-family: Roboto;
font-family: Roboto, serif;
}
span {