• Hi,

    I’m using Autoptimize 2.5.1 (along with W3TC and OMGF) and have selected the 3 optimize options. Everything seems to be working really well, except for the option to remove the Google Fonts?

    The first line in autoptimize_bfc25b3e7014d8ecc47edc73a4997131.css are the imports for the Google fonts, so Autoptimize should be able to remove them, right?
    @import “//fonts.googleapis.com/css?family=Roboto:300,500,400&subset=latin”;@import “//fonts.googleapis.com/css?family=Roboto:400,500&subset=latin”;@import “//fonts.googleapis.com/css?family=Questrial:400&subset=latin”

    Any guidance to what I’m doing wrong is appreciated ??

    The page I need help with: [log in to see the link]

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

    (@optimizingmatters)

    AO does not remove &at;import rules (yet) I’m afraid. seems those originate from “tve_custom_style”, which is Thrive’s I think, maybe you can configure Thrive not to use those fonts?

    Thread Starter Kristof from Habitgrowth

    (@chris_maes)

    Yes that’s Thrive. I haven’t find an option anywhere to remove / not use those fonts. Is there a filter/action I can tap into to remove those strings via php?

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    yeah, autoptimize_css_after_minify, you could do a str_replace on that ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Google Fonts not removed’ is closed to new replies.