Skip to content

Instantly share code, notes, and snippets.

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 sumnermic/324c476511e5c02ff9c12c110adb0869 to your computer and use it in GitHub Desktop.
Save sumnermic/324c476511e5c02ff9c12c110adb0869 to your computer and use it in GitHub Desktop.
/**
* Enqueue Google Font for the Theme
* @link https://www.smnr.co/?p=1499
*/
function google_font_style() {
wp_enqueue_style( 'google-fonts', '__YOUR_FONT_URL_HERE__' );
}
add_action( 'wp_enqueue_scripts', 'google_font_style' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment