Set exactly the same font styles as the old dashboard had

This commit is contained in:
Johannes Zellner
2025-07-10 15:04:21 +02:00
parent b74d1cb54a
commit 4029b94ff2

View File

@@ -17,9 +17,10 @@
}
html, body {
font-size: 15px; /* this also defines the overall widget size as all sizes are in rem */
font-size: 14px; /* this also defines the overall widget size as all sizes are in rem */
font-family: var(--font-family);
font-weight: 300;
font-weight: 400;
line-height: 20px;
height: 100%;
width: 100%;
padding: 0;