Font different on different Pc

siteso
53 Posts
siteso posted this 12 March 2015

For this theme: http://templates.themler.com/Themes/Detail/1660462/Sputnik installed on http://goo.gl/j83JnA i have following problem.

The font of Logo, titles and text is showing different on different Computer screens.

My main fonts are open sans and montserrat. But on some screens it just show arial if i am not mistaken.

How can i fix this so on all screens the same font is showing?

For this theme: http://templates.themler.com/Themes/Detail/1660462/Sputnik installed on http://goo.gl/j83JnA i have following problem. The font of Logo, titles and text is showing different on different Computer screens. My main fonts are open sans and montserrat. But on some screens it just show arial if i am not mistaken. How can i fix this so on all screens the same font is showing?
Vote to pay developers attention to this features or issue.
3 Comments
Order By: Standard | Newest
Support Team posted this 13 March 2015

Hello

Your website loads over HTTPS. It blocks request to google fonts stylesheet over HTTP.
To solve this issue please open header.php file (WP Appearance >> Editor). Then find this line:

<link rel='stylesheet' id='css-css'  href='http://fonts.googleapis.com/css?family=Montserrat%7COpen+Sans&subset=latin&ver=4.1.1' type='text/css' media='all' />

and change http protocol in the href to https.

This should help.

Please keep us posted about the progress.

Thank you,
Olivia

Hello Your website loads over HTTPS. It blocks request to google fonts stylesheet over HTTP. To solve this issue please open header.php file (WP Appearance >> Editor). Then find this line: <link rel='stylesheet' id='css-css' href='http://fonts.googleapis.com/css?family=Montserrat%7COpen+Sans&subset=latin&ver=4.1.1' type='text/css' media='all' /> and change *http* protocol in the href to *https*. This should help. Please keep us posted about the progress. Thank you, Olivia

Last edited 13 March 2015 by Support Team

siteso
53 Posts
siteso posted this 15 March 2015

Hi,

that line is nowhere to see in header.php

I hope you can offer me different solution

Hi, that line is nowhere to see in header.php I hope you can offer me different solution
Support Team
Support Team posted this 16 March 2015

Hello

Oh, sorry.
Please search this line in the functions.php

wp_register_style("css", 'http://fonts.googleapis.com/css?family=Montserrat|Open+Sans&subset=latin', array(), false, "all");

Thank you,
Olivia

Hello Oh, sorry. Please search this line in the functions.php wp_register_style("css", 'http://fonts.googleapis.com/css?family=Montserrat|Open+Sans&subset=latin', array(), false, "all"); Thank you, Olivia
You must log in or register to leave comments