Why is my Google font loading twice?

Hi, I have a wordpress site and I’m using Google fonts. For some reason Roboto, which I use, loads twice. What would cause this? Different font weight?


you have

<link rel='stylesheet' id='google-fonts-css'  href='http://fonts.googleapis.com/css?family=Roboto%3A400%2C100%2C300%2C700%7CRoboto+Condensed%3A400%2C300%2C700' type='text/css' media='all' />

and

<link rel='stylesheet' id='builder-google-fonts-css'  href='http://fonts.googleapis.com/css?family=Open+Sans%7COpen+Sans+Condensed%7COswald%7CMontserrat' type='text/css' media='all' />

Thanks for pointing that out! I’ll try to figure out hoof to eliminate one.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.