Live data from Hacker News

Google Fonts Analytics

fonts.google.com

11–20 of 191 posts

Re: Google Fonts Analytics

#11

Earlier quoted context omitted.

If google embedded the top fonts in the browser this wouldn’t be an issue. I don’t understand why the font selection in browsers is so limited.

Loading fonts is tracking and data collection. It's what Google does. If they build the fonts into the browser, then tracking/data collections calls are not made.

They could embed it in Chrome. If someone is using Chrome, google doesn't need any more points of data. They know everything you do.

Re: Google Fonts Analytics

#13
post #12

Wow, if you used Google Cloud CDN to serve up that data, it would cost you more than $1 Billion USD.

Curious, what would Cloudflare fronting OVH / Scaleway / Hetzner / S3 / Backblaze cost? I guess, apart from the major expense signing up for Cloudflare's enterprise plan, not much?

Re: Google Fonts Analytics

#14
post #3

Yeah, 36 trillion requests slowing down the loading of websites. Way, unnecessarily, overused.

If google embedded the top fonts in the browser this wouldn’t be an issue. I don’t understand why the font selection in browsers is so limited.

So many things about the web would be better if browsers shipped basic functionality.

I cringe when I think about how many petabytes of jQuery has been sent over the wire over the years.

Re: Google Fonts Analytics

#16
post #2

It looks like its lumping Android in with desktop linux. Since they are differentiating platforms by the user agent that seems like an easy thing to fix?

The OS table has entry for X11 with maybe 2-3% shaer; I'd bet that's desktop Linux.

Re: Google Fonts Analytics

#17
post #3

Yeah, 36 trillion requests slowing down the loading of websites. Way, unnecessarily, overused.

If google embedded the top fonts in the browser this wouldn’t be an issue. I don’t understand why the font selection in browsers is so limited.

Practically there's no difference between a browser that lazily downloads builtin fonts, and a global URL for a font file across websites with an extremely long TTL. And you don't want the browsers to be even more bloated than they already are!

Re: Google Fonts Analytics

#18
post #3

Yeah, 36 trillion requests slowing down the loading of websites. Way, unnecessarily, overused.

If google embedded the top fonts in the browser this wouldn’t be an issue. I don’t understand why the font selection in browsers is so limited.

Font selection in browsers isn't limited. Browsers don't have embedded fonts—they rely on whatever fonts are installed in the operating system.

The challenge is that to ensure consistency, you need to use the "lowest common denominator" of fonts that are installed by default across all operating systems. Which leaves you with (like) Arial, Times, Courier, Verdana, Georgia, Palatino, and (hahahaha) Comic Sans.

The real answer here is why web designers use Google Fonts as opposed to embedding their own fonts. To which the answer is: it's so much easier. (Tech, licensing, formats, compatibility, etc.)

Re: Google Fonts Analytics

#20
post #18

Earlier quoted context omitted.

If google embedded the top fonts in the browser this wouldn’t be an issue. I don’t understand why the font selection in browsers is so limited.

Font selection in browsers isn't limited. Browsers don't have embedded fonts—they rely on whatever fonts are installed in the operating system. The challenge is that to ensure consistency, you need to use the "lowest common denominator" of fonts that are installed by default across all operating systems . Which leaves you with (like) Arial, Times, Courier, Verdana, Georgia, Palatino, and (hahahaha) Comic Sans. The re…

I think what they mean is why don't browsers just include the most popular fonts, so the underlying OS doesn't matter?

Instead we're restricted to only a few fonts that actually have decent cross platform support.

Post reply on HN