Forum font

Like, who still allows remote fonts loading anyway?
Disabling it in the past broke too many button icons on various sites (even 2 I host :p)

Screenshot From 2026-06-12 13-26-30.png
 
That would be stupid on their part. How does one block it in the browser?
Use inspect element function, see what gets pulled and from where, and then create custom uBlock origin rule. If its a remote location, you can do it via hosts file or via dnsbl in your firewall. If you have one.
 
Ok so no user checkbox somewhere.
I remember reading about the security implications of downloading fonts back in the day but I don't recall anything. I'm sure I have a doc somewhere about it.
 
Disabling it in the past broke too many button icons on various sites (even 2 I host :p)
That's the UI icons font. Supposedly, many sites use FontAwesome for that, but I can't get Firefox to pick up that font locally.

The browser should look for the font locally, if it can't pull it from the remote location, but I think there are quirks to that. So annoying!

Frankly, it's very bizarre that we can't easily choose to have most common UI fonts installed locally, disable remote fonts, and just use local ones.

If not for security, then for robustness - remote fonts are actually not typical fonts, they require execution; they are CPU hungry enough that older hardware may stutter a bit even when rendering them. I see it on Telegram Web, for example - disabling remote fonts make scrolling super smooth, versus with remote fonts scrolling is a bit laggy.
 
Back
Top