From 5597988f5a3ca1af9fd026553219a83271c2d1e2 Mon Sep 17 00:00:00 2001 From: futile Date: Sat, 8 Nov 2025 10:28:33 +0000 Subject: [PATCH] maybe a separate style.css is still nice to have --- index.html | 16 ++-------------- style.css | 11 +++++++++++ 2 files changed, 13 insertions(+), 14 deletions(-) create mode 100644 style.css diff --git a/index.html b/index.html index 3ac51c7..428ed05 100644 --- a/index.html +++ b/index.html @@ -6,21 +6,9 @@ futile - - + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..fb52c47 --- /dev/null +++ b/style.css @@ -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; + } +}