diff --git a/style.css b/style.css index 8199eb6..ff98b2a 100644 --- a/style.css +++ b/style.css @@ -6,8 +6,10 @@ } /* because chromium renders this font like dogshit at weight 600 */ -@supports not (-moz-appearance: none) { - h1 { +h1 { + font-weight: 600; + + @supports not (-moz-appearance: none) { font-weight: 400; } }