• Resolved basilgohar

    (@basilgohar)


    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='https://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 “https://&#8221;). Otherwise, modern browser will refuse to load this due to mixed-content (secure/unsecure) policies.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Noto Serif font does not load on HTTPS sites’ is closed to new replies.