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 );
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 );