BigHungama.com

Ensure Webfont is Loaded (Non-Elementor Site)

function custom_font_display( $current_value, $font_family, $data ) {
return ‘swap’;
}
add_filter( ‘font_display’, ‘custom_font_display’, 10, 3 );

Leave a Reply

Your email address will not be published. Required fields are marked *