From c915f0cd7d5ba0fa02dc35542ac8e6e604bc8746 Mon Sep 17 00:00:00 2001 From: futile Date: Mon, 22 Dec 2025 03:27:38 +0000 Subject: [PATCH] improve font weight tweak --- index.html | 2 +- style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index a5ecf6b..a63b723 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ -

futile

diff --git a/style.css b/style.css index ff98b2a..b3a484b 100644 --- a/style.css +++ b/style.css @@ -5,10 +5,10 @@ src: url("static/fonts/Bokor-Regular.woff2") format("woff2"); } -/* because chromium renders this font like dogshit at weight 600 */ -h1 { +.futile { font-weight: 600; + /* because chromium renders this font like dogshit at weight 600 */ @supports not (-moz-appearance: none) { font-weight: 400; }