Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author EverPress

    (@everpress)

    Hi!

    LGF can only replace fonts it finds and lists on the backend page. Is the one listed on the backend page and have you host them locally?

    Best Regards

    Thread Starter die_hbfrau

    (@die_hbfrau)

    Thank you for the fast response!

    LGF lists all used Google fonts in the backend and I clicked in LGF to host them locally. In LGF it says that the fonts are now all hosted on my server, but when I check with the Safari developer tool, I can see that they are all still hosted on fonts.gstatic.com. None of my used Google fonts is hosted locally as if I didn’t use LGF at all.

    Plugin Author EverPress

    (@everpress)

    There’s one source which is not enqueued correctly:

    <link href="https://fonts.googleapis.com/css?family=Roboto:400%2C700%2C100%7CGreat+Vibes:400%7CPoppins:400&display=swap" rel="stylesheet" property="stylesheet" media="all" type="text/css" >

    It’s either from your theme or from a plugin so please check that.

    Secondly it seems you fonts are loaded via http while your site is on https which causes a mixed-content-warning. Check the initial Google Fonts source if they are served via https

    Hope that helps!

    • This reply was modified 2 years, 2 months ago by EverPress.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Google Fonts still loading from Google’ is closed to new replies.