Theme Fonts in CSS not excludable from CDN upload (CORS)
-
On my server I struggle to get the CORS header on the font files. Upon success I want to exclude fonts from being uploaded to the CDN by putting the following line into “Reject files” in the CDN section:
{wp_content_dir}/*.eot
{wp_content_dir}/*.ttf
{wp_content_dir}/*.woffAnyway, that doesn’t work. I guess CSS with relative font path takes precedence. Does anyone has an idea?
Many thanks
Mike
- The topic ‘Theme Fonts in CSS not excludable from CDN upload (CORS)’ is closed to new replies.