Fonts not displaying correctly

Hi there! I have a problem that I don’t encounter on my devices but have now gotten numerous screenshots from tests. There is a display problem of font awesome icons in the main menu in chrome on windows and android. BUT … only on the starting page.

also a display error of h2 which I embedded with a third party plug-in by myfonts. Funny thing, h1, h3 and so forth are also embedded in it but are showing correctly?!? As you can see in the screenshot, the fonts in the menu are correct, but the hamburger and arrows are not showing, the green color font is not showing correctly. should be a baskerville. All fonts are licensed also showing on other devices…

fun fact: the display problem of the fonts is ONLY on the starting page.

////* EDIT : Apparently fixed iit with the

jQuery.fn.redraw = function() {
return this.hide(0, function(){jQuery(this).show()});
};
jQuery(document).ready(function() {
jQuery(‘body’).redraw();
});

Hello There,

Thanks for writing in!

When I checked your site, I saw a broken site:

I have logged in and cleared your site cache since you have installed “Cache Enabler” plugin. I tested your site again in a private browsing mode and I could no longer replicate any issues.

Please check your site now.

Oh wow I was just about to write about this issue ( the broken site) so this comes from the cache enabler???
I had one test coming back looking like that on osX chrome and safari but not firefox. I disabled the plugin now… Should I disable it for good?
Kind regards!

Hey @stefaniesieben,

Yes, please disable it if it’s causing issues.

Thanks.

will do. Thanks! :slight_smile:

Lets us know how this goes!

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.