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