Is there any solution to this?
Hi,
Please open up header.php and on line 63, before the </head> tag, please add this
<script src="//ajax.googleapis.com/ajax/libs/webfont/1.4.2/webfont.js"></script>
<script>
WebFont.load({
google: {
families: ['Droid Sans', 'Droid Serif']
}
});
</script>
Just make sure you add the correct google font family. See if that makes a difference. Seems to do the trick.
Thanks,
Nick