Initial codebase push

This commit is contained in:
Tabascl
2026-09-17 20:38:05 +02:00
commit fac45d545c
14 changed files with 307 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
@import "tailwindcss";
@font-face {
font-family: 'Hobo';
src: url('/resources/HoboStd.otf') format('otf');
font-weight: normal;
font-style: normal;
}
@theme {
--font-hobo: 'Hobo', sans-serif;
}