Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

performance: host fonts locally #171

Open
mvidalgarcia opened this issue Jan 20, 2021 · 0 comments
Open

performance: host fonts locally #171

mvidalgarcia opened this issue Jan 20, 2021 · 0 comments

Comments

@mvidalgarcia
Copy link
Member

At the moment we're loading font via Google Fonts. This used to be pretty convenient as it was properly cached among all sites loading that same font from Google Fonts.

However, from 2021, browsers are implementing "Cache Partitioning" for privacy reasons, meaning that cache won't be shared among different sites. You can read more about this topic in this article.

So, the recommended way is self-hosting fonts ourselves, which is allowed as long as they are open-sourced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant