Skip to content

Instantly share code, notes, and snippets.

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