Viewing 1 replies (of 1 total)
  • Plugin Author Daan van den Bergh

    (@daanvandenbergh)

    Hi!

    Aside from the fact that it’s requesting Lato 4 times in the same request, the issue is that OMGF only loops through stylesheets that’re enqueued using WP’s queueing system (wp_enqueue_style())

    You’re either using a plugin that is moving (most of) your stylesheets to your footer (pushing them outside of OMGF’s scope) or the plugin you mentioned is loading them in the footer on purpose.

    Either way, that’s the reason why they can’t be detected. You can either:
    – Don’t load the stylesheet in the footer, if the plugin offers such an options or,
    Buy OMGF Pro, which is able to detect stylesheets throughout the entire document (and more)

    Let me know if you have any other questions!

Viewing 1 replies (of 1 total)

The topic ‘Inline font not replaced’ is closed to new replies.