Skip to content

Instantly share code, notes, and snippets.

@brianleejackson
Last active March 2, 2021 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianleejackson/b96562217a7c8e04f18c721b47334d2f to your computer and use it in GitHub Desktop.
Save brianleejackson/b96562217a7c8e04f18c721b47334d2f to your computer and use it in GitHub Desktop.
GeneratePress font-display: swap for Google Fonts. As documented here: https://woorkup.com/speed-up-wordpress/#web-fonts-generatepress-google-cdn
add_filter( 'generate_google_font_display', function() {
return 'swap';
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment