Earlier quoted context omitted.
Yeah, however, they could make these things configuration rather than imposing a policy on every user: in different contexts different privacy/performance tradeoffs are acceptable
And then the criticism would be “Google enables violating the privacy of rural and poor customers with less access to high speed Internet”. I’m not saying any one of these criticisms is wrong. Just that they’re predictable and there’s basically no move Google could make besides shutting down that would satisfy the complaints (and even then it would be the ultimate “Google kills products” meme).
Self-host your fonts for better performance
271–280 of 417 posts
Re: Self-host your fonts for better performance
#272Earlier quoted context omitted.
Copyright and size: fonts are larger than you might think because they need full Unicode support and good fonts have tuned variants for different weights, styles, and sizes, along with alternate symbols and ligatures, etc. which all add up. Self-hosting is the way to go since it gives you full artistic control and you can use things like the Unicode-range CSS property to tell clients how to combine smaller fonts so y…
> fonts are larger than you might think because they need full Unicode support Correct me if I'm misunderstanding, but don't the vast majority of fonts _not_ include full Unicode support, or even close to it? I know of GNU Unifont, but not many people are using that on the web... I take your point on selectively downloading the relevant glyphs for the user's locale, but this could be done by the browser too - it is a…
Re: Self-host your fonts for better performance
#273Earlier quoted context omitted.
If you want a really fast web experience, try disabling images and javascript too! (on rereading this I sounded sarcastic, but I really wasn’t trying to be)
uBlock Origin has a setting to prevent loading elements above certain size. I personally find it to be a nice middle ground. https://github.com/gorhill/uBlock/wiki/Per-site-switches#no-...
I wonder, though, how the client determines the size? Doesn't that require at least a HEAD request, introducing another round trip?
Re: Self-host your fonts for better performance
#274Earlier quoted context omitted.
Which is one of the many reasons I've stopped the almost hourly updates of Chrome. I feel fo people that have bad bandwidth or poor wireless connections. One of my favorite rants if web builders and more importantly the managers of team that build websites were forced to use a DSL speed level connection daily a lot of the cruft would go away.
At this point Big Tech is no different than Big Government and just as out of touch with those forced to live with it's decisions.
Re: Self-host your fonts for better performance
#275Basically, does anyone who's doing serious work use Google Fonts anyway? I just assumed it was a thing that mostly hobbyists and personal websites used.
Re: Self-host your fonts for better performance
#276Re: Self-host your fonts for better performance
#277Earlier quoted context omitted.
How is charging for a font rent seeking?
It isn’t :)
Re: Self-host your fonts for better performance
#278Earlier quoted context omitted.
Radicalization is the style of the time! Their side is heinous, evil, and kills babies. Our side is just, wondrous, and angel like. Thus, they enslave, we strive to break free, and bask in the pure bliss our utter and complete correctness enables.
Both sides, amirite?
Re: Self-host your fonts for better performance
#279Does this mean that all CDN hosting of libraries, etc. will now be semi pointless for optimization?
But people also use it for being faster than their main server as CDNs put more effort to be fast than mom-and-pop.
Re: Self-host your fonts for better performance
#280Earlier quoted context omitted.
“No web fonts for elements containing multiple characters” would be a great ublock rule, now I think about it...
That'd break sites that use ligature-based icon fonts, with the actual content being an icon identifier like "thumbs-up" and an OpenType ligature rule in the font to render this as an icon glyph.