Viewing 0 reply threads
Viewing 0 reply threads
- You must be logged in to reply to this topic.
Build with IDX Broker › Forums › General Discussion › Access-Control-Allow-Origin
Tagged: Icon fonts are not loading
I found a solution for this. I added this code to the .htaccess file and it worked for me.
<FilesMatch ".(ttf|otf|woff)$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>