Skip to content

Instantly share code, notes, and snippets.

@imranhoshain
Last active September 24, 2022 15:54
Show Gist options
  • Save imranhoshain/d64f3e0ac0216ef9ae87708ba64b1007 to your computer and use it in GitHub Desktop.
Save imranhoshain/d64f3e0ac0216ef9ae87708ba64b1007 to your computer and use it in GitHub Desktop.
Custom Fonts `font-display` swap
add_filter( 'elementor_pro/custom_fonts/font_display', function( $current_value, $font_family, $data ) {
return 'swap';
}, 10, 3 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment