improve font weight tweak
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="m-0 bg-black overflow-hidden flex justify-center items-center h-screen">
|
<body class="m-0 bg-black overflow-hidden flex justify-center items-center h-screen">
|
||||||
<h1 class="text-white font-[Bokor] text-[clamp(1em,12em,40vw)] select-none leading-none overflow-hidden"
|
<h1 class="futile text-white font-[Bokor] text-[clamp(1em,12em,40vw)] select-none leading-none overflow-hidden"
|
||||||
onclick="window.location.href='mailto:me@futile.eu'">futile</h1>
|
onclick="window.location.href='mailto:me@futile.eu'">futile</h1>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|||||||
@@ -5,10 +5,10 @@
|
|||||||
src: url("static/fonts/Bokor-Regular.woff2") format("woff2");
|
src: url("static/fonts/Bokor-Regular.woff2") format("woff2");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* because chromium renders this font like dogshit at weight 600 */
|
.futile {
|
||||||
h1 {
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
||||||
|
/* because chromium renders this font like dogshit at weight 600 */
|
||||||
@supports not (-moz-appearance: none) {
|
@supports not (-moz-appearance: none) {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user