You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@brc-dd We're now pinging Google's servers with the user's IP address as fonts are loaded client side. If I'm not mistaken, there were some privacy concerns with that, especially around GDPR in the European markets 🤔
Should we think through a way to opt-out of relying on Google-hosted fonts or potentially allowing that to be overridden so the font can be hosted on a secure CDN?
Just to clarify: we don't use Google Fonts by default. They are only used inside webcontainers (on StackBlitz) or if the user has explicitly set that option. I think you shouldn't set that on production?
Context: Currently we emit a bunch of font files to dist while building. This causes error in StackBlitz if the user doesn't have subscription.
Solution: Add an option to use Inter from Google Fonts. And enable it by default on webcontainers. Env can be checked like this.
The text was updated successfully, but these errors were encountered: