Jeff Sodeman
  • Home
  • Dev Notes

Fixing Chrome "Failed to read the cssRules" errors

Last updated on  Mar 25, 2025

At some point Chrome got picky about using <link> tags to load fonts from external domains for CORS reasons.

To fix, just add crossorigin="anonymous" to the link tag.

Previous Cleaning git after .gitignore changes
Next Killing a Vite port
Jeff Sodeman © 2025
Powered by Ghost