feat(index): add Lora font
All checks were successful
build dist / build-dist (push) Successful in 32s
All checks were successful
build dist / build-dist (push) Successful in 32s
This commit is contained in:
parent
f0562309f2
commit
85f661b094
4 changed files with 11 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue