initial commit

This commit is contained in:
isUnknown 2024-07-24 09:43:31 +02:00
commit 880cae624a
906 changed files with 196528 additions and 0 deletions

14
assets/css/src/text.css Normal file
View file

@ -0,0 +1,14 @@
@font-face {
font-family: "Joker";
src: url("/assets/fonts/Jokker-Medium.woff") format("woff");
font-weight: normal;
}
@font-face {
font-family: "Joker";
src: url("/assets/fonts/Jokker-Semibold.woff") format("woff");
font-weight: bold;
}
body {
font-family: "Joker";
font-size: var(--font-size-body);
}