Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Raul P.

    (@alignak)

    Hi, the preload function doesn’t work like that.

    Preload is used to hint the browser to download certain resources earlier, but it doesn’t mean they will be downloaded before the DOM is read, where the CSS or JS is render blocking.

    What render blocking means, is that while HTML is loading, it has to wait for that file to download, so your options is either to remove the google font, or to inline it.

    Try to inline the google fonts, using the option on FVM settings page.
    It should work, provided that is a enqueued properly using the wordpress API and not hardcoded, or added into the body.

    Thread Starter barbablu

    (@barbablu)

    Thank you Raul, it worked great!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘fonts.googleapis.com’ is closed to new replies.