Skip to content

Instantly share code, notes, and snippets.

@Tepluypled
Created March 5, 2020 12:28
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 Tepluypled/f2e2ded3db6e92746e800721d6bf71f6 to your computer and use it in GitHub Desktop.
Save Tepluypled/f2e2ded3db6e92746e800721d6bf71f6 to your computer and use it in GitHub Desktop.
function custom_add_google_fonts() {
wp_enqueue_style( 'custom-google-fonts', 'https://fonts.googleapis.com/css?family=Trade+Winds&display=swap', false );
}
add_action( 'wp_enqueue_scripts', 'custom_add_google_fonts' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment