Google Fonts Not https

Permalink
I recently added an SSL certificate to my site by pointing to Cloudflare. Though the site URL shows that the SSL is installed, my Google fonts are not being presented over SSL which gives the visitor the "Insecure Content Blocked" message. I have looked to find where to fix this but can't seem to locate the file that needs to be edited. Can someone point me in the right direction?

1 Attachment

 
JohntheFish replied on at Permalink Reply
JohntheFish
It depends on your theme. Most likely is from your main.css, which is likely to be generated from a main.less and a less file referenced from that. For example, in the core elemetal theme the file defaults.less has the line:
@import url(//fonts.googleapis.com/css?family=Titillium+Web:200,400,700,900);


Note it begins with '//', which means it will use http or https as per the site.