The operating system stats are interesting. Looks like Macs have roughly a 17% share of the windows + mac total requests. The overall market share per wikipedia ( https://en.wikipedia.org/wiki/Market_share_of_personal_compu... ) is something like 7% for Apple. Fonts are probably used by most "normal" computer users in some way so I wonder where that difference comes from - windows breaks faster and must be replaced m…
The stats are interesting but do not warrant such a condescending/misrepresentative view; they could easily be twisted around, for example, to say - Macos has broken browsers and doesn't cache, resulting in multiple font downloads per website browsing session. - Macos use computers differently? Do they refresh the page multiple times racking up a download count? The first odd thing about the stats is Linux's share; w…
Google Fonts Analytics
81–90 of 191 posts
Re: Google Fonts Analytics
#82Earlier quoted context omitted.
Does Google use this to fingerprint and track users across different websites?
The Google Font FAQ includes the question: What does using the Google Fonts API mean for the privacy of my users? > "...your requests for fonts are separate from and do not contain any credentials you send to google.com while using other Google services that are authenticated, such as Gmail." >"Google Fonts logs records of the CSS and the font file requests, and access to this data is kept secure." https://developers…
Re: Google Fonts Analytics
#83I'd like to view web pages as the authors intend them, but I also don't want to send details logging to google on every page I visit. Is there a way to somehow proxy a subset of popular fonts locally rather than block the CDN entirely?
Re: Google Fonts Analytics
#84Earlier quoted context omitted.
The OS table has entry for X11 with maybe 2-3% shaer; I'd bet that's desktop Linux.
That's an impressive figure. Macintosh (desktop Mac?) is slightly less than double the X11 figure. https://gs.statcounter.com/os-market-share has Linux usage at just under 1%.
Re: Google Fonts Analytics
#85The operating system stats are interesting. Looks like Macs have roughly a 17% share of the windows + mac total requests. The overall market share per wikipedia ( https://en.wikipedia.org/wiki/Market_share_of_personal_compu... ) is something like 7% for Apple. Fonts are probably used by most "normal" computer users in some way so I wonder where that difference comes from - windows breaks faster and must be replaced m…
The same effect shows up to a greater degree on mobile, where Android has something like three times iOS’s units sold yet the same amount of mobile traffic and half as much app store revenue.
Re: Google Fonts Analytics
#86Earlier quoted context omitted.
The Google Font FAQ includes the question: What does using the Google Fonts API mean for the privacy of my users? > "...your requests for fonts are separate from and do not contain any credentials you send to google.com while using other Google services that are authenticated, such as Gmail." >"Google Fonts logs records of the CSS and the font file requests, and access to this data is kept secure." https://developers…
So a lot of fluff and no actual reply. Users can be tracked without cookies being sent, while "access to the data is kept secure". Call me a cynic, but I lost my trust in google a long time ago.
Re: Google Fonts Analytics
#87Earlier quoted context omitted.
how much space would packing all those fonts take up?
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.
Re: Google Fonts Analytics
#88Re: Google Fonts Analytics
#89Might be a bit of a dumb question. But when I load google.com and look at the requests. It has fonts.google.com says 200 and 'from memory cache' is that actually sending a request in any way to Google? Or is that actually handled locally? Most of the time I am getting this, so not seeming to make actual requests to them the majority of the time. Is it actually hitting their servers for these tracking stats, or is som…