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

feat: Add crossOrigin option #160

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ecarrara
Copy link

Adds crossOrigin option.

The crossorigin attribute indicates whether the resource should be fetched with a CORS request as the font may come from a different domain. Without this attribute, the preloaded font is ignored by the browser.

https://web.dev/articles/codelab-preload-web-fonts#preloading_web_fonts

And without crossorigin=anonymous libraries like html-to-image are unable to use the correct font.

Copy link

netlify bot commented Nov 10, 2023

👷 Deploy request for pedantic-sinoussi-65c819 pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 189db00

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

Successfully merging this pull request may close these issues.

None yet

1 participant