Having problems with Google Font not showing in My Account or Log In pages. On every other page it works fine.
I have these in my head.phtml
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
And this in my cms.xml
<reference name="head"><block type="core/text" name="google_font_englebert"><action method="setText"><text><![CDATA[<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300">]]></text></action>
</block></reference>
Ideas?
Turns out, SSL messed it up.
Change http// to just // and they work.