• Dani

    (@danicasati)


    Hi.
    Is there a way to prevent WAITLIST.TTF from loading and use default font of the website?
    It could improve page speed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • njwp

    (@njwp)

    yes I agree it would be good if you can prevent WAITLIST.TTF from loading

    Thread Starter Dani

    (@danicasati)

    Any response from developer?

    jdewit

    (@jdewit)

    This will prevent the fonts from loading, but make sure to test it before using. Should be added to your theme’s functions.php

    
    add_action( 'wp_enqueue_scripts', function () {
        wp_dequeue_style( 'xoo-wl-fonts');
    });
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove waitlist.ttf from loading’ is closed to new replies.