Site logo

Archived topic

symbols change in different browsers

14 replies · Started by Liana Ghazarian on August 30, 2016

Viewing posts 1–15 of 15

HI

I set the navigation item font to Arial and basically all other fonts are set to Arial in Customize section.

I my navigation menu in Chrome I see squares next to menu items, in Safari I see nothing but when I enter the customize mode I see a symbol pointing down, in Firefox I see squares with some symbols inside. On the phone it is something else. How can I correct this?

Thank you

If I understood correctly...
I copied the following to htaccess file, but i still see different symbols. I emptied cache, but i still see them.

# Allow access from all domains for webfonts.
<IfModule mod_headers.c>
<FilesMatch "\.(ttf|ttc|otf|eot|woff|font.css|css)$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
</IfModule>

Hi,

Also include Woff2 to the list if you're loading it from CDN or alternate domain.

Good point, Ramesh.

Try this:

# Allow access from all domains for webfonts.
<IfModule mod_headers.c>
<FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css)$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
</IfModule>

Nope, I am still seeing squares.

Can you link me to your site?

Sorry forgot to give the address. It is kksenyak.am

I'm wondering why Font Awesome fonts are trying to load from here?

http://fonts.googleapis.com/fonts/fontawesome-webfont.woff2

It's supposed to be loaded from your site, or from one of the free Font Awesome CDNs.. but not from Google certainly.

Pls try disabling the minification Plugin you're using, for testing purpose. It may be redirecting fonts incorrectly.

I am using W3 Total Cache to minify things. When i disables the plugin, this corrected the problem. No more symbols.

Should I just delete any entry with awesome fonts in my minify list?

Worth a shot :)

What Tom said.

Unless you set the CDN URL to something like "http://fonts.googleapis.com/fonts", it shouldn't redirect your fonts there. Is CDN enabled in W3TC? You can add woff, woff2, ttf, eot to exclusion list.

I added the exceptions and deleted any line with the word Font in minify commande. The squares disappeared.

Thank you.

Excellent. Thanks for the update.

This archived topic is closed to new replies.