Set default font to Noto Sans

This commit is contained in:
Johannes Zellner
2023-02-27 00:23:11 +01:00
parent 3374f6a4c2
commit 680d31688f
+1
View File
@@ -1,5 +1,6 @@
html, body {
font-size: 13px; /* this also defines the overall widget size as all sizes are in rem */
font-family: Noto Sans;
height: 100%;
width: 100%;
padding: 0;