Post #2330605
2026-05-08 23:23 UTC
And if you like it all to toggle and wave:
@font-face {
font-family: 'KarioDuplexVar';
src: URL('https://woem.men/files/89883e79-2072-4d9a-a69e-81ae71dde935') format('woff');
}
* {
font-family: 'KarioDuplexVar', sans;
font-kerning: none;
animation: font_weight_wave 2s ease-in-out 0s infinite alternate both;
}
@keyframes font_weight_wave {
from {
font-weight: 10;
}
to {
font-weight: 100;
}
}
Replies (0)
No replies.