Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Font "special / unicode" charachters not showing correctly in Firefox

Home / Forums / Virtue Theme / Font "special / unicode" charachters not showing correctly in Firefox

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
December 24, 2014 at 7:05 am

Hey,

First of all – this is really great theme and I’m very satisfied with it (so many options and possibilities). Thanks for making it.

And now my problem. If you take a look here: in Firefox you will see that letters like “č” and “š” (secondary menu) are not using the same font as the rest of the letters. I know that problem is not with the font since everything is ok in Chrome.

I did some reading on and found that there is some problem with firefox and fonts, that are not locally stored and that I should add some code to .htaccess file. I have added following code, and cleared cache, but with no success.

AddType font/ttf .ttf
AddType font/eot .eot
AddType font/otf .otf
AddType font/woff .woff

<FilesMatch ".(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>

Can you please help me solve this problem?

  • The forum ‘Virtue Theme’ is closed to new topics and replies.