WebSite X5Help Center

 
Michal D.
Michal D.
User

Google font Open Sans and Internet Explorer problem  en

Auteur : Michal D.
Visité 3628, Followers 1, Partagé 0  

I used the Open Sans font. In Chrome, Edge, Firefox, Opera, and Safari, everything looks good, but some Internet Explorer features some other font. Can you fix it somehow?

Posté le
4 RéPONSES - 1 CORRECT
Michal D.
Michal D.
User
Auteur

I found the solution. You need to paste this code into the head section:

<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,latin-ext' rel='stylesheet' type='text/css' />

<style>
p{font-family: 'Open Sans',monospace;}
</style>

The new question is: Can it be added somewhere at the level of the entire template? Do not have to do it manually on every page.

Thank you.

Lire plus
Posté le de Michal D.
Michal D.
Michal D.
User
Auteur

I've got it. Globally, this can be added in the Statistics and SEO code.

Lire plus
Posté le de Michal D.
Michal D.
Michal D.
User
Auteur

So I rejoiced prematurely. With a local preview, it's in the internet explorer
OK. The code helped. But when I publish the project on the internet, it's still bad.

Lire plus
Posté le de Michal D.
Michal D.
Michal D.
User
Auteur

So finally resolved. Since the link is http and my site is running on https, IE has blocked the font download. Just fix it on https and it's running online as well.

Lire plus
Posté le de Michal D.