font-awesome icons and social menu
-
I am developing a new WordPress theme on localhost, and was trying to set up a social menu when I ran into problems. I am using Font Awesome icons in my social menu, and noticed the icons appear in Chrome and Explorer, but not Firefox. This may be a browser issue rather than WordPress, but I also noticed if I use Firefox while looking at my site from customizer, I could see the icons! Can anybody shed some light on what is going on here? After googling, I came across some results about a server issue that suggested adding the following to the .htaccess file:
<FilesMatch ".(ttf|otf|eot|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>
However, this did not make a difference.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘font-awesome icons and social menu’ is closed to new replies.