Argh! Thank you! That fixed it for me too! Woohoo! Those darn
protocols get me every time...

For anyone who doesn't understand (and for me since I'm sure I will
forget and need to look this up again...), the theme developer linked
a Google font as:

<link 
href='http://fonts.googleapis.com/css?family=Cabin:400,500,600,700,400italic,500italic,600italic,700italic'
rel='stylesheet' type='text/css'>

Removing the "http:" from the URL fixes my issue:

<link 
href='//fonts.googleapis.com/css?family=Cabin:400,500,600,700,400italic,500italic,600italic,700italic'
rel='stylesheet' type='text/css'>

This allows the font to load using whatever protocol for your page.



On Thu, Nov 7, 2013 at 4:09 PM, Tom Livingston <[email protected]> wrote:
>
> On Thu, Nov 7, 2013 at 3:51 PM, Yazmin Media <[email protected]> wrote:
> > Thanks Tom. I was just using the inspector in Chrome and the computed
> > styles showed the Cabin font... but that would show regardless if the font
> > loaded. :/
> >
> > Suggestions on how to go figuring out what is stopping it from loading?
> >
> > Thanks,
> > Yazmin
> >
>
> Changing the fonts to https on the fly in the inspector, in FF, got it
> to work for me...
>


Hey! I got one right! ;-)


-- 

Tom Livingston | Senior Front-End Developer | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.com
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to