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