How to Disable Google Fonts


Disabling Google Font Enqueuing

Stackable automatically enqueues all detected Google Fonts in our blocks. If you want to opt to disable Google Font enqueuing, you can put this code anywhere in your child theme's functions.php file:

add_filter( 'stackable_enqueue_font', '__return_false' );