I found this in my theme_options.phtml
Try ‘grep -ri google *’ to find it in your phtml files.
• Locate this line on your HTML page (or template):
link href=’http://fonts.googleapis.com/css?famil…’ rel=’stylesheet’ type=’text/css’
• And change it to this:
link href=’//fonts.googleapis.com/css?family=Dosis:400,700′ rel=’stylesheet’ type=’text/css’