cancel
Showing results for 
Search instead for 
Did you mean: 

Google Font doesn't work in My Account

Google Font doesn't work in My Account

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?

1 REPLY 1

Re: Google Font doesn't work in My Account

Turns out, SSL messed it up.

 

Change http// to just // and they work.