Hi,
We have a web made with Enfold and until now, Fontello worked really good but it doesn’t works already. Our website is http://www.bpm-plan.es, and my request is how I can fix it.
Thanks,
Hi Ana!
Please update domain. It tries to load fonts from .com instead .es, as you can see, icons load fine here – http://bpm-plan.com/
Regards,
Yigit
Thanks,
And another question, please. How I can fix the problem in .es?
Hi!
Try adding this to your .htaccess file:
<FilesMatch "\.(ttf|otf|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Best regards,
Josue