blocked css by CORS policy
has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin is therefore not allowed access.
<IfModule mod_headers.c>
<FilesMatch “\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$”>
Header set Access–Control–Allow–Origin “*”
</FilesMatch>
</IfModule>
Advertisements