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?