This commit is contained in:
2026-05-06 18:16:28 +02:00
parent 441643a3d6
commit b525980db9
12 changed files with 7442 additions and 356 deletions

15
client/app.css Normal file
View File

@@ -0,0 +1,15 @@
@import "tailwindcss";
@plugin "@iconify/tailwind4";
@font-face {
font-family: "Plus Jakarta Sans";
src: url("/jakarta.woff2") format("woff2");
font-weight: normal;
font-style: normal;
font-display: swap;
}
:root {
font-size: 14px;
/* font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif; */
}