Delete: Merged into index.html

This commit is contained in:
2026-03-20 22:12:17 -07:00
parent 9488497ae4
commit 6e41b2ed17

View File

@@ -1,21 +0,0 @@
@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;
}
input, select, button, a {
font-family: "Stain", sans-serif;
}
input::placeholder {
font-family: "Stain", sans-serif;
}
#progress-area.flex-col { display: flex; }
#result-area.flex-col { display: flex; }