Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Remove Google Fonts
- * Fahim Murshed https://fahimm.com
- */
- add_filter( 'astra_google_fonts', '__return_empty_array' );
- // Another Tips
- add_filter('astra_google_fonts_selected', function($fonts) {
- return [];
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement