This commit is contained in:
2026-02-13 13:41:18 +01:00
parent d241feb0e9
commit af9ed8d9df
13 changed files with 2022 additions and 190 deletions

11
input.css Normal file
View File

@@ -0,0 +1,11 @@
@import "tailwindcss";
@plugin "@tailwindcss/typography";
@font-face {
font-family: Kablammo;
src: url("/assets/kablammo.ttf");
}
@theme {
--font-fancy: "Kablammo";
}