Hi all , I'll appreciate if you can help me with this issue
https://jsuarez.firstcloudit.com/
the issue is :
Access to font at 'https://www.drivehq.com/help/hosting/FileNotFound.aspx?errCode=4&nowwwhome=true&filePath=\\jsuarez\wwwhome\css\fonts\icomoon.ttf' (redirected from 'https://jsuarez.firstcloudit.com/css/fonts/icomoon.ttf?6py85u') from origin 'https://jsuarez.firstcloudit.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
I have an .htaccess with this
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
but not luck, could you help me please
thanks!