Fixing Chrome "Failed to read the cssRules" errors
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.
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.