Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #833824

    Hi
    i need to remove google fonts becouse i want load locally
    how remove google fonts?
    thx

    #833828

    ok sorry i have find solution in another thread
    //rimuove google fonts

    add_action( ‘init’, ‘enfold_customization_switch_fonts’ );
    function enfold_customization_switch_fonts() {
    global $avia;
    $avia->style->print_extra_output = false;
    }

    but my question is, i need google fonts?
    i not see difference between before and after
    just my google speed is more fast

    i not have put yet google fonts locally

    #834224

    Hi,

    Thanks for the feedback, though I’m not sure I understand what you mean. You want to disable Google fonts and keep them? Please try to explain a bit further.

    Best regards,
    Rikard

    #834303

    sorry i just not see any difference from with google fonts and without
    but cause w3 totalcache :D sorry
    solved can u close please thx

    #834692

    Hi,

    Ok, thanks for the feedback. I’ll close this thread for now.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘how remove google fonts?’ is closed to new replies.