Move from noto sans to inter

This commit is contained in:
Johannes Zellner
2025-08-05 16:39:57 +02:00
parent c1ec42a812
commit 0825d0511a
18 changed files with 28 additions and 33 deletions

View File

@@ -19,7 +19,7 @@
width: 100%;
padding: 0;
margin: 0;
font-family: "Noto Sans", Helvetica, Arial, sans-serif;
font-family: Inter, "Noto Sans", Helvetica, Arial, sans-serif;
font-size: 16px; /* this also defines the overall widget size as all sizes are in rem */
font-weight: 400;
}