Disable Google Fonts and Font Awsome – Elemementor

Disable Google Fonts and Font Awsome – Elemementor

If you more prefer to use local fonts and dont want to use font awsome

add_filter( ‘elementor/frontend/print_google_fonts’, ‘__return_false’ ); // enable google fonts from local

add_action(‘elementor/frontend/after_register_styles’,function() {
foreach( [ ‘solid’, ‘regular’, ‘brands’ ] as $style ) {
wp_deregister_style( ‘elementor-icons-fa-‘ . $style );
}
}, 20 );

Twitter
Facebook
LinkedIn
Telegram
WhatsApp
Email