/*
Theme Name: Sagapixel
Theme URI: https://sagapixel.com
Template: generatepress
Author: Frank Olivo
Author URI: https://sagapixel.com
Description: Sagapixel is a digital marketing agency providing SEO, web design, PPC, and other digital marketing services.
Version: 2.4.2.1597431083
Updated: 2020-08-14 14:51:23

*/
add_filter( 'elementor/frontend/print_google_fonts', '__return_false' );
add_action( 'elementor/frontend/after_register_styles',function() {
	foreach( [ 'solid', 'regular', 'brands' ] as $style ) {
		wp_deregister_style( 'elementor-icons-fa-' . $style );
	}
}, 20 );
add_action( 'wp_enqueue_scripts', 'remove_default_stylesheet', 20 ); 
function remove_default_stylesheet() { 
	wp_deregister_style( 'elementor-icons' ); 
}
	