Link to google fonts - seems to be wrong
Hi,
I noticed that the bold type of google font does not show properly and "Arial" (specified as second font) shows up. I looked at the code and I found the following HTML markup for the google font:
<link rel='stylesheet' id='Istok+Web-css' href='http://fonts.googleapis.com/css?family=Istok+Web:300,400,700&#038;subset=latin,latin-ext&#038;ver=4.4.2' type='text/css' media='all' />
The above was of course generated automatically by the theme (regarding options I specified).
The same statement generated by google fonts site looks a little bit different:
<link href='https://fonts.googleapis.com/css?family=Istok+Web:400,700&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
And when I replace the original one with the one provided by google (by Firebug) - the font displays properly.
That's why I think there is something wrong with the font link generated be the theme.
Looking forward to hearing from you.
Greg
Comments
What's the link to page where google fonts does not work?
Paragraph starting:
Intelligent Modular System jest uniwersalną platformą sprzętową
is displayed in Arial and should be "Istok Web". The same in the left sidebar.
I noticed that it's because it's bold. Normal (non-bold) text is displayed with Istok Web (further paragraphs on the page). But I do have "700" stated in the google font link.
Please see the source code of my website - there are more % characted and so on..