this post was submitted on 03 Aug 2025
135 points (99.3% liked)

Ask Lemmy

33834 readers
2238 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.


6) No US Politics.
Please don't post about current US Politics. If you need to do this, try !politicaldiscussion@lemmy.world or !askusa@discuss.online


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] WindyRebel@lemmy.world 1 points 2 days ago* (last edited 2 days ago) (1 children)

Fun fact: if the website you're visiting includes a free font hosted by Google, the website and page you were accessing are sent to Google alongside your IP address.

Are you sure about this? Do you have proof? Working as an SEO for ten years I never heard this. A user asks the website to load a page which is on the website’s host servers (maybe Amazon, maybe private, etc).

The website would use an API to make a call to google’s servers and ask for the resources to load the font and then load the font once the resources were authenticated and sent. There should be no reason to send the accessing user’s data to Google for the web font because it should all be done from the host’s servers to request the font and load it and then it displays that to the user. It’s not like the user needs to load the font, the host does, and the user is just asking the host.

Maybe there’s something I’m missing and never learned though, so if you can provide documentation for me to read then I would greatly appreciate it.

[–] davidagain@lemmy.world 2 points 2 days ago (1 children)

Are you sure about this? Do you have proof?

When Google explains in their privacy policy that their Fonts API collects your browsing data, I believe them. Without proof.

https://developers.google.com/fonts/faq/privacy

When I embed Google Fonts in my website via the Google Fonts Web API, what data does Google receive from my website visitors?

When end users visit a website that embeds Google Fonts, their browsers send HTTP requests to the Google Fonts Web API. The Google Fonts Web API serves the Google Fonts Cascading Style Sheets (CSS) and subsequently the font files specified in the CSS to the users. Such HTTP requests include
(1) the IP address used by the respective user to access the Internet,
(2) the requested URL on the Google server, and
(3) HTTP headers including the user agent describing the website visitors’ Internet browser and operating system versions as well as the referer (i.e. the webpage on which the Google font is to be displayed).

[–] WindyRebel@lemmy.world 1 points 2 days ago* (last edited 2 days ago)

Interesting. Thank you! I’ve never looked this far into fonts because I never thought about that.

That really is a load of bullshit. They should only be collecting, since they are going to collect, the data for the requesting API entity if they really need that info. It would at least protect the end user but make sense for understanding why a certain page is requesting their font.