Earlier quoted context omitted.
I think Google might have better ways to track people. Fonts are also cached by CDNs and the local browser so I’m not sure if they provide good tracking data (they get loaded only for the first page visit for example and popular fonts like Open Sans are probably already in your cache when you open a page). If you’re concerned about tracking as a website operator you can simply load the fonts from your own server, mos…
You can even install the fonts locally to your machine and your browser will favor the local copy. There are some tools like Skyfonts that let you install the top X from Google Fonts and it can be a fun way to speed up a lot of the web; with the tradeoff that not a lot of people have the top X installed for useful large versions of X and that becomes its own fingerprint for surveillance software (testing how long tex…
Google Fonts Analytics
151–160 of 191 posts
Re: Google Fonts Analytics
#152Re: Google Fonts Analytics
#153Basically, one out of a thousand requests delivers a broken font that breaks document.fonts.load().
Re: Google Fonts Analytics
#154Earlier quoted context omitted.
It does not, and they don't sell the data or use it for any tracking.
Their FAQ says that they don't (currently) use cookies, but it also includes the sentence "Google Fonts logs records of the CSS and the font file requests, and access to this data is kept secure", so they could still do some IP-based analytics. More importantly though, it gives Google accurate insight into web traffic (many users block Google Analytics, but almost everyone loads web fonts), and it allows them to craw…
Re: Google Fonts Analytics
#155Earlier quoted context omitted.
Rust based font tools? Do you mean local font manipulation type scripts or some sort of web service?
Mostly local font manipulation tools, including a GUI editor, but I can imagine some of the work ultimately becoming useful inside web services.
Re: Google Fonts Analytics
#156Earlier quoted context omitted.
You can even install the fonts locally to your machine and your browser will favor the local copy. There are some tools like Skyfonts that let you install the top X from Google Fonts and it can be a fun way to speed up a lot of the web; with the tradeoff that not a lot of people have the top X installed for useful large versions of X and that becomes its own fingerprint for surveillance software (testing how long tex…
Also there's a addon called "decentraleyes" that will cache fonts, amongst other things. It's one of 3 extensions I install in every browser I'm allowed to. The others are uBlock origin and https everywhere. All 3 have good privacy/security/performance benefits with effectively no breakage, in their default configurations.
https://git.synz.io/Synzvato/decentraleyes
Web developers who are concerned about privacy exposure from Google Fonts can use google-webfonts-helper to extract the font files and self-host them.
Re: Google Fonts Analytics
#157Re: Google Fonts Analytics
#158Re: Google Fonts Analytics
#159Earlier quoted context omitted.
Curious, have your spiral based tools been documented/published somewhere?
Best place is probably my thesis: https://levien.com/phd/phd.html . All of the code is available under permissive open source license. I've been continuing to poke around with this and hope to have a newer set of tools before long.
Re: Google Fonts Analytics
#160Earlier 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…
I loved that site.