Skip to content

Instantly share code, notes, and snippets.

@orenshim
Created July 2, 2018 17:41
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 orenshim/37175a5e534ba733e574aa065fc4118e to your computer and use it in GitHub Desktop.
Save orenshim/37175a5e534ba733e574aa065fc4118e to your computer and use it in GitHub Desktop.
add_filter( 'generate_number_of_fonts','tu_show_all_available_google_fonts' );
function tu_show_all_available_google_fonts() {
return 'all';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment