fix font weight

This commit is contained in:
2025-12-22 02:53:45 +00:00
parent 945e9a0f38
commit 48a9ba3287
+3 -1
View File
@@ -6,8 +6,10 @@
} }
/* because chromium renders this font like dogshit at weight 600 */ /* 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; font-weight: 400;
} }
} }