Cornerstone custom page css still pulling fonts from apis.google

I’ve changed my global css file to pull two fonts locally (Montserrat and Source Sans Pro) but when I run gtmetrix on ‘followtheboat.com’ it’s flagging up my fonts as still coming from apis.google (I have purged all cache). I can see it’s also pulling Roboto from apis.google (view-source:https://followtheboat.com/) which is not called at all in my global css file. Where else should I be looking within X to eliminate this?

Hi @demonboy,

Thanks for writing in.

This is what I see from your site

So perhaps what you’re seeing is from caches, I checked the source codes and the resources are being served from CDN. Example is this https://b9h5g3q7.stackpathcdn.com/wp-content/mmr/c4283328-1533094041.js which is dead link.

Perhaps, disable all optimization for now including the CDNs. Then I’ll check again.

Thanks!

Did you try refreshing? It’s working on three different browsers on two different PCs and also on Android, all ok. The link you provided is showing the contents of the JS. I have run pingdom and gtmetrix on this URL and it is returning the correct screenshot. Confirmed that it is loading in the US, UK, Australia and China.

Hi There,

To disable the loading fonts from Google Fonts, please navigate to Theme Options > Typography > BODY AND CONTENT > Body Font > change to the system font:


Also change the Heading Font as well:


Let us know how it goes!

To confirm then, selecting the system font automatically removes the apis.google call?

Yes, that is correct. I just tested that to double check.

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