Fix: add Stain font-face and body font

This commit is contained in:
2026-03-20 21:22:23 -07:00
parent b400fd9ed9
commit bc2d492803

View File

@@ -1,2 +1,12 @@
[x-cloak] { display: none !important; }
body { font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
@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;
}