Zeeshan Anwar
Zeeshan Anwar

Reputation: 13

Font Awesome in Avada theme not showing in Chrome, Firefox but showing on Internet Explorer

I have installed avada theme on my website www.picapotion.com Everything is working good but Font-awesome icons are not showing on any browser except Internet Explorer. Kindly help me in this matter.

Upvotes: 0

Views: 677

Answers (1)

Navnish Bhardwaj
Navnish Bhardwaj

Reputation: 1718

Create or edit the .htaccess file in the root folder on the same domain where the fonts are hosted, and add the following code into it:

# Apache config
<FilesMatch ".(eot|ttf|otf|woff)">
 Header set Access-Control-Allow-Origin "*"
</FilesMatch>

Upvotes: 1

Related Questions