Fix bad font-size

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-01-12 21:28:33 +01:00
parent 9e08b0687f
commit 498e636ab6
+1 -1
View File
@@ -58,7 +58,7 @@ body {
background: $theme-content-background; background: $theme-content-background;
// Font // Font
font-size: 1.0em; font-size: 1.0rem;
font-family: "Roboto", sans-serif; font-family: "Roboto", sans-serif;
text-rendering: optimizelegibility; text-rendering: optimizelegibility;
color: $theme-content-color; color: $theme-content-color;