fix font weight
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user