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

    (@nextendweb_gabor)

    Hi! If you would choose non google fonts for every level of your menu, then it won’t load them. You could choose for one of them, then export and import to all, so it wouldn’t take long.

    Or open up this file:
    full:
    wp-content\plugins\nextend\library\fonts\google.php
    trial:
    wp-content\plugins\nextend-accordion-menu-lite\nextend\fonts\google.php

    In the very end, there is this code:
    return $url;

    Change it to this:
    return null;

    Thread Starter shorif2000

    (@shorif2000)

    is there a way to do this in child template folder than overriding core file?

    Plugin Author Gabor

    (@nextendweb_gabor)

    I’m sorry but no, our code is calling these fonts in, and the template has no control over it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘disable google fonts’ is closed to new replies.