Files
futile.eu/style.css
T

19 lines
374 B
CSS

@import "tailwindcss";
@source inline("bg-white");
@source inline("text-black");
@font-face {
font-family: "Bokor";
src: url("static/fonts/Bokor-Regular.woff2") format("woff2");
}
.futile {
font-weight: 600;
/* because chromium renders this font like dogshit at weight 600 */
@supports not (-moz-appearance: none) {
font-weight: 400;
}
}