Refactor: Extract font styles

This commit is contained in:
2026-03-20 22:57:26 -07:00
parent b9cfe19268
commit ebafbc15cc

14
src/styles.css Normal file
View File

@@ -0,0 +1,14 @@
@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,
input,
select,
button,
a {
font-family: "Stain", sans-serif;
}