To solve the issue I just used this peace of htaccess to allow access tot these files!
Code: Select all
<FilesMatch "\.(ttf|otf|eot|woff|less)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Code: Select all
<FilesMatch "\.(ttf|otf|eot|woff|less)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Users browsing this forum: Bing [Bot] and 2 guests