Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Blocked by CORS for woff, woff2 and tff

$
0
0

Replies: 0

It comes many errors (24) at website, more of them is woff, woff2 and ttf: link.

I checked CORS in .htaccess and it does exist:

### marker CORS start ###
<FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font\.css)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
### marker CORS end ###

CDN is Optimole.

How I do get them work without any errors?


Viewing all articles
Browse latest Browse all 59525

Trending Articles