Feat: Global styles with Stain font + Tailwind

This commit is contained in:
2026-03-20 21:54:15 -07:00
parent 7e25c0bb1b
commit 477c80d57a

20
styles.css Normal file
View File

@@ -0,0 +1,20 @@
@import url("https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4");
@font-face {
font-family: "Stain";
src: url("https://cdn.jsdelivr.net/gh/multipleof4/stain.otf@master/dist/Stain.otf") format("opentype");
font-weight: normal;
font-style: normal;
}
body {
font-family: "Stain", sans-serif;
}
::selection {
background: #d4d4d4;
}
input, select, button {
font-family: "Stain", sans-serif;
}