maybe a separate style.css is still nice to have

This commit is contained in:
2025-11-08 10:28:33 +00:00
parent 390c5674ae
commit 5597988f5a
2 changed files with 13 additions and 14 deletions
+11
View File
@@ -0,0 +1,11 @@
@font-face {
font-family: "Bokor";
src: url("static/fonts/Bokor-Regular.woff2") format("woff2");
}
/* because chromium renders this font like dogshit at weight 600 */
@supports not (-moz-appearance: none) {
h1 {
font-weight: 400;
}
}