12 lines
175 B
CSS
12 lines
175 B
CSS
@import "tailwindcss";
|
|
@plugin "@tailwindcss/typography";
|
|
|
|
@font-face {
|
|
font-family: Kablammo;
|
|
src: url("/assets/kablammo.ttf");
|
|
}
|
|
|
|
@theme {
|
|
--font-fancy: "Kablammo";
|
|
}
|