Fonts must be served over Https Errors

Hi I am seeing these errors. See the picture below :-

How can I solve this?

Hello Sansar,

Thanks for writing in!

The error is coming from your child theme’s style.css

/* ------------------------ *
 * Fonts
/* ------------------------ */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

Please have it updated to resolve your issue.

Hi as you instructed

I added https for font url instead of http (https://fonts.g

But error still exists.

Can you please tell me what I have to change.

Hey @sansarlochan,

I checked your setup and the font are still served over http. Since you’re using Cloudflare so this could only be the cache issue now. Please clear the cloudflare’s cache and disable optimization services.

Let us know how this goes!

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