core/pages/app.css
2021-01-04 20:12:53 +09:00

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";
}