Title: Noto Serif font does not load on HTTPS sites
Last modified: October 21, 2019

---

# Noto Serif font does not load on HTTPS sites

 *  Resolved [basilgohar](https://wordpress.org/support/users/basilgohar/)
 * (@basilgohar)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/noto-serif-font-does-not-load-on-https-sites/)
 * One of the Google fonts, Noto, does not load on HTTPS site due to a hard-coded
   http-only link:
 *     ```
       <link rel='stylesheet' id='gold-essentials-google-fonts-css'  href='http://fonts.googleapis.com/css?family=Noto+Serif%3A400%2C700%7COpen+Sans%3A400%2C600%2C700&display=swap&ver=5.2.4' type='text/css' media='all' />
       ```
   
 * A protocol-relative URL should be used instead (i.e., just “//” instead of “[http://&#8221](http://&#8221);).
   Otherwise, modern browser will refuse to load this due to mixed-content (secure/
   unsecure) policies.

Viewing 1 replies (of 1 total)

 *  Theme Author [Superb](https://wordpress.org/support/users/themeeverest/)
 * (@themeeverest)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/noto-serif-font-does-not-load-on-https-sites/#post-12060368)
 * Thanks for the heads up [@basilgohar](https://wordpress.org/support/users/basilgohar/)
   I’ll make sure a fix is uploaded this week. Thanks for bearing with us 🙂

Viewing 1 replies (of 1 total)

The topic ‘Noto Serif font does not load on HTTPS sites’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/gold-essentials/2.1/screenshot.
   png)
 * Gold Essentials
 * [Support Threads](https://wordpress.org/support/theme/gold-essentials/)
 * [Active Topics](https://wordpress.org/support/theme/gold-essentials/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/gold-essentials/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/gold-essentials/reviews/)

## Tags

 * [HTTP](https://wordpress.org/support/topic-tag/http/)
 * [HTTPS](https://wordpress.org/support/topic-tag/https/)

 * 1 reply
 * 2 participants
 * Last reply from: [Superb](https://wordpress.org/support/users/themeeverest/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/noto-serif-font-does-not-load-on-https-sites/#post-12060368)
 * Status: resolved