0

I'm having a strange problem where my body fonts sometimes disappears in Chrome on a PC. I will go to the site and it's just gone. I'll refresh and it's still gone, but if I go to another page the body will be there. If I then go back home, the font is back. But if I refresh again it's gone.

I have no idea where to begin troubleshooting this.

I'm using a google web font, roboto. I'm using it on another site with no issue. I've also loaded another google font, and that appears just fine.

Other Info: This is a wordpress site and I'm loading the font in the header.php. Using this code:

<link href='http://fonts.googleapis.com/css?family=Roboto|Montserrat' rel='stylesheet' type='text/css'>

Here's the site: http://trinidadpena.com/testing/carriepink/

Basically, I'm tearing my hair out trying to figure out why this is happening.

Trinidad
  • 25
  • 6
  • possible duplicate of [Google Fonts are not rendering on Google Chrome](http://stackoverflow.com/questions/22011139/google-fonts-are-not-rendering-on-google-chrome) – Paulie_D Feb 27 '14 at 17:17

2 Answers2

1

Well, I checked in the console and I saw this:

"NetworkError: 404 Not Found - http://trinidadpena.com/testing/carriepink/style.css"

This is probably the problem. Fix the path to the CSS stylesheet and check it again.

Siyah
  • 2,852
  • 5
  • 37
  • 63
  • Line 119: `` – Xareyo Feb 27 '14 at 17:23
  • Hmm... It should be linking to the child theme's style sheet. I'm not sure why it's trying to find it there. All the the other styles are rendering. I'll have to do some digging and see why it's pointing there. – Trinidad Feb 28 '14 at 19:32
  • I'm a little confused. I checked my source and it seems to be linking to the proper style sheet. – Trinidad Feb 28 '14 at 19:41
0

I think this solves!

Google Fonts are not rendering on Google Chrome

I'm sorry, I did search before I posted but I didn't find this answer. Thanks so much everyone!

Community
  • 1
  • 1
Trinidad
  • 25
  • 6