In the browser, I am receiving following error: Mixed Content: The page at 'https://www.website.com/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Play:400,700'. This request has been blocked; the content must be served over HTTPS.
I found where the stylesheets are called in the code, and changed the address with https:
<link href="http://fonts.googleapis.com/css?family=Play" rel="stylesheet" type="text/css" />
but without success, The error is still there.
Any help or suggestion?
Thanks