kiwi — 6/11/2025, 2:01:40 PM

wasteof.money on ubuntu looks cool

♥ 5 ↩ 0 💬 6 comments

comments

thrat:

Doesn’t it look the same aside from the cursor?

6/11/2025, 5:39:05 PM
kiwi:

it uses the ubuntu font too (at least on my device)

6/11/2025, 6:28:21 PM
owl:

plop this into a userscript

document.head.innerHTML += `<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet"> <style>* {font-family: "Ubuntu"}</style>`
6/11/2025, 7:35:05 PM
thrat:

Oh really, that doesn’t happen for me. Out of curiosity, are you using Ubuntu 24 or 25?

6/11/2025, 7:59:43 PM
kiwi:

ubuntu 24 lts

6/11/2025, 8:06:17 PM
thrat:

Oh, I use Ubuntu 25, maybe that’s why.

6/11/2025, 9:19:25 PM