Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xootix

    (@xootix)

    Hello

    You can use the below code to remove fonts

    add_action( 'wp_enqueue_scripts', function(){
    			wp_dequeue_style( 'xoo-el-fonts' );
    		}, 99 );
    Thread Starter arcticsail

    (@arcticsail)

    Thank you for your reply.
    Where would I add this code? How would I add the code?

    I am using GeneratePress and can add a Hook element? I dont really know what I am talking about!

    Thanks,
    Rob

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Font causing site to slow down’ is closed to new replies.