Sync up basic font style with bootstrap

This commit is contained in:
Johannes Zellner
2025-01-16 19:21:51 +01:00
parent b6b52ffdb7
commit 1dfa95d457

View File

@@ -1,7 +1,7 @@
html, body {
font-size: 13px; /* this also defines the overall widget size as all sizes are in rem */
font-family: Inter;
font-size: 14px; /* this also defines the overall widget size as all sizes are in rem */
font-family: "Noto Sans";
font-weight: 300;
height: 100%;
width: 100%;