Elektrine lite

← Feed

@ChaosKitsune@woem.men

Post #2330602

2026-05-08 23:17 UTC

Here is what it looks like. If you are curious and want to try it on your instance here: (Make sure to put the font on the same domain your instance is on to avoid CORS issues) @font-face { font-family: 'KarioDuplexVar'; src: URL('https://woem.men/files/89883e79-2072-4d9a-a69e-81ae71dde935') format('woff'); } * { font-family: 'KarioDuplexVar', sans; } /* <<39C3 <<toggle2 <<toggle */ #39c3

Replies (2)

  • @xyla@shitpost.trade 2026-05-08 23:27

    @ChaosKitsune@woem.men damn we got hacker culture leah before gta vi

    Open ##2330603

  • @ChaosKitsune@woem.men 2026-05-08 23:23

    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; } }

    Open ##2330605