• Hello!

    I’m wondering if there is a way to install fonts such as Google Fonts directly on a website. The issue that we are having is after installing an SSL certificate site-wide, the certificate is saying that the Google Font API that it’s pulling from is not secure, thus either altering the text or making the site insecure.

    Any insight will be greatly appreciated.

    Thanks,

Viewing 1 replies (of 1 total)
  • Call your fonts in the @import style sheet or in functions.php by

    //fonts.googleapis.com/css?family=Oswald

    or the header.php by

    <link href='//fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>

    and not

    https://fonts.googleapis.com/css?family=Oswald

    That will cause WordPress to add its own https when calling the links.

Viewing 1 replies (of 1 total)
  • The topic ‘Install Fonts (Google Fonts) on a Website for SSL Security’ is closed to new replies.