add live statistics
All checks were successful
deploy / build-and-deploy (push) Successful in 22s

This commit is contained in:
2025-11-11 01:53:56 +01:00
parent dfc1425c6b
commit 5ce2db9040
26 changed files with 1168 additions and 817 deletions

View File

@@ -1,32 +0,0 @@
@import 'tailwindcss';
@plugin 'daisyui' {
themes:
dark --default,
lofi;
logs: false;
}
@font-face {
font-family: Geist;
src: url('fonts/Geist.ttf') format('truetype');
}
@font-face {
font-family: GeistMono;
src: url('fonts/GeistMono.ttf') format('truetype');
}
@font-face {
font-family: Minecraft;
src: url('./fonts/MinecraftRegular.otf') format('opentype');
}
@theme {
--font-geist: 'Geist', sans-serif;
--font-geist-mono: 'GeistMono', monospace;
--font-minecraft: 'Minecraft', sans-serif;
}
html {
@apply font-geist-mono;
}

View File

@@ -1,41 +0,0 @@
@import 'tailwindcss';
@plugin 'daisyui' {
themes:
dark --default,
lofi;
logs: false;
}
@font-face {
font-family: Geist;
src: url('fonts/Geist.ttf') format('truetype');
}
@font-face {
font-family: GeistMono;
src: url('fonts/GeistMono.ttf') format('truetype');
}
@font-face {
font-family: Minecraft;
src: url('./fonts/MinecraftRegular.otf') format('opentype');
}
@theme {
--font-geist: 'Geist', sans-serif;
--font-geist-mono: 'GeistMono', monospace;
--font-minecraft: 'Minecraft', sans-serif;
}
html {
@apply font-geist;
}
h1,
h2,
h3,
h4,
h5,
h6 {
@apply font-minecraft;
}