Earlier quoted context omitted.
With some extra metadata, about 428MB. https://github.com/google/fonts Since the browser hands font rendering off to the operating system, however, the most pertinent browser-specific adjustment would be updating the (configurable) defaults (Serif, Sans-serif, etc...) for each supported platform - Georgia instead of Times for a default, for example.
You bundle the top 10 most popular fonts and save about half the traffic: counter is ticking about 20M per minute or 201B per week, top 10 fonts were used 136B times this week, Chrome is about 3/4 of users. Bundling would save (136/201)*(3/4) = about 1/2. However, Google would lose about half of their tracking events so I'm sure they've already thought of this and figured the data is worth more than the traffic expen…
Google Fonts Analytics
181–190 of 191 posts
Re: Google Fonts Analytics
#182Earlier quoted context omitted.
> Google has poured a lot of money into this Why, though? Not charity, I'd assume. The only other answers I can come up with are pretty damn nefarious.
I can speak to this a little, in terms of pitches we made to management to get resources for our little project. None of this is authoritative. 1. A lot of text was rendered into PNGs, and that made the web less searchable, as well as less accessible, slower to load, and less mobile-friendly. All 4 of these factors do have economic impact at Google scale. 2. Fonts were one of the few features that Flash had that HTML…
Re: Google Fonts Analytics
#183Re: Google Fonts Analytics
#184Earlier quoted context omitted.
Do you think it's still used for the latter rather than the former now?
Heh, that's a better question. I have no reason to believe that Google Fonts are being used to track users, but I don't have hard evidence on this either way. I am deeply concerned about the way the modern Internet is turning into a surveillance machine and its potential for abuse, but if I were evil, I'd probably go after much lower hanging fruit than fonts.
Re: Google Fonts Analytics
#185Wow, if you used Google Cloud CDN to serve up that data, it would cost you more than $1 Billion USD.
Got a source for that, or did you just make it up? Doing some very quick estimation I can't see it being more than $40-60 million, and that is using retail pricing.
Re: Google Fonts Analytics
#186Earlier quoted context omitted.
Got a source for that, or did you just make it up? Doing some very quick estimation I can't see it being more than $40-60 million, and that is using retail pricing.
I'm getting ~$130 million with these assumptions: * each font load is 170 KB (I downloaded Roboto and that's the file size of one weight) * 36.3 trillion font loads (per the source) * 36.3 trillion * 170 KB/font load = ~6171 PB [0] Plug 6171 PB into the GCP calculator [0] with all egress via GCP Cloud CDN to N. America and the bill comes out to just shy of $130 million. OP is off by an order of magnitude by my napkin…
Re: Google Fonts Analytics
#187Re: Google Fonts Analytics
#188The top OS for the year is - Linux (15.3T) and i dont know how to interpret this.. Is this due to the web server?
Re: Google Fonts Analytics
#189Does anyone know whether this service generates any revenue for Google? I can’t see selling fonts data as something desirable by 3rd party companies but maybe that’s just me?
It does not, and they don't sell the data or use it for any tracking.
Re: Google Fonts Analytics
#190Earlier quoted context omitted.
Decentraleyes is an excellent add-on that improves browsing speed and privacy with no negative side effects. Currently, the only font cached by Decentraleyes is Noto Sans. It also caches Google's Web Font Loader script and many major JavaScript frameworks. https://decentraleyes.org https://git.synz.io/Synzvato/decentraleyes Web developers who are concerned about privacy exposure from Google Fonts can use google-webfo…
Correction: Decentraleyes doesn't actually cache any fonts. Noto Sans is just used for the add-on interface. Font caching would make an interesting feature if the add-on developer is willing to implement it, especially if it bypasses fingerprinting.