Files
futile.eu/style.css
T

12 lines
259 B
CSS

@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;
}
}