mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
17 lines
251 B
CSS
17 lines
251 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
html {
|
|
scroll-behavior: smooth;
|
|
min-height: 100%;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Uni Sans Heavy CAPS";
|
|
src: url("/logofont.otf");
|
|
}
|
|
|
|
.logofont {
|
|
font-family: "Uni Sans Heavy CAPS";
|
|
} |