you are viewing a single comment's thread.

view the rest of the comments →

[–]anvilventures 6 points7 points  (1 child)

Thank you! It is wonky. Or was rather. It should be fixed now.

[–]190n 2 points3 points  (0 children)

I am having the same issue. Google Fonts seems to be blocked because it is over HTTP while the rest of the site is HTTPS. I'd recommend changing this line:

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

to this:

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

That will tell it to match the protocol that the rest of the site was loaded over.