Viewing 1 replies (of 1 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Jetpack doesn’t add the Montserrat font to your site. This is most likely added by your theme.

    We do, however, enqueue the Open Sans font in the Jetpack admin page, using a protocol-agnostic URL. That shouldn’t cause any issues though, as WordPress supports these URLs, as mentioned here:
    https://codex.wordpress.org/Function_Reference/wp_enqueue_style

    Remote assets can be specified with a protocol-agnostic URL, i.e. ‘//otherdomain.com/css/theirstyle.css’.

    I’d recommend checking how your theme enqueues its fonts to make sure the protocol-agnostic URL doesn’t miss a slash (i.e. /fonts.googleapis.com/css?family=Montserrat instead of //fonts.googleapis.com/css?family=Montserrat)

Viewing 1 replies (of 1 total)
  • The topic ‘Missing protocol for fonts.googleapis.com’ is closed to new replies.