I put google font link into chunk. It works ok in other browsers but not in IE8. When i hover a link or scroll page fonts are not loading properly and Arial is showing in a weird way (it`s a substitute font). Chunk renders like it should: <link href=’
http://fonts.googleapis.com/css?family=Philosopher’ rel=’stylesheet’ type=’text/css’/>
[Update] Tried both css and js. No help. It seem s there`s no solution for this.
Seems that REVO renders google fonts ok in IE but EVO not. Tired to wait helpful answers.
Tassu, webmaster of Valokammi
Hi,
Interesting, I like the idea of using Google fonts, and I may be doing that soon myself.
I wonder if it would make any difference if you took out the quote marks and/or the capital "P" wherever you have the font? I never use quotes in my font-family code.
.content h1 {
color: #666666;
font-family: philosopher,arial,serif;
font-size: 2em;
letter-spacing: 0.1em;
margin-bottom: 0.3em;
margin-top: 1em;
}
If that’s not it, I really don’t know. It could indeed be a problem with IE8... my IE7 works great with that font.
Cheers