set website font

Signed-off-by: Tobias Erbshäußer <tobias@tesoft.dev>
This commit is contained in:
2026-05-24 09:30:47 +02:00
parent 78f570e8b5
commit ff5909dabc
3 changed files with 11 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ html {
margin: 0;
padding: 0;
font-family: "Adwaita Sans", sans-serif;
line-height: 2.1rem;
font-size: 1.4rem;
}
+10
View File
@@ -1 +1,11 @@
@import "default.css";
@font-face {
font-family: "Adwaita Sans";
font-style: normal;
font-weight: 300 800;
font-stretch: 100%;
font-display: swap;
src: url(/public/assets/AdwaitaSans-Regular.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}