How to Disable Google Fonts
Disabling Google Font Enqueuing
Stackable automatically enqueues all detected Google Fonts in our blocks. If you 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' );
You can also add this code using a third party plugin like Code Snippets.