feat(index): add Lora font
All checks were successful
build dist / build-dist (push) Successful in 32s

This commit is contained in:
z0x 2025-03-23 12:24:58 -04:00
parent f0562309f2
commit 85f661b094
4 changed files with 11 additions and 0 deletions

View file

@ -2,6 +2,12 @@
@plugin "tailwindcss-animate";
@custom-variant dark (&:is(.dark *));
@theme {
--font-sans: "Lora Variable", sans-serif;
}
@layer base {
* {
@apply border-border outline-ring/50;