First real commit

This commit is contained in:
zuma 2025-03-12 17:44:13 +01:00
parent 1947b908a6
commit 107d33c908
30 changed files with 2583 additions and 1 deletions

27
src/app.css Normal file
View file

@ -0,0 +1,27 @@
@import "tailwindcss";
@font-face{
font-family: 'Momentz';
src: url('/fonts/Momentz.woff2') format('woff2');
}
@font-face{
font-family: 'Inter';
font-style: normal;
font-weight: normal;
src: url('/fonts/Inter-Regular.woff2') format('woff2');
}
@font-face{
font-family: 'Inter';
font-style: italic;
font-weight: normal;
src: url('/fonts/Inter-Italic.woff2') format('woff2');
}
@font-face{
font-family: 'Inter';
font-style: normal;
font-weight: bold;
src: url('/fonts/Inter-Bold.woff2') format('woff2');
}