Skip to content

Instantly share code, notes, and snippets.

@jamcgrath
Last active March 30, 2016 01:52
Show Gist options
  • Save jamcgrath/104b8bcdc08cb1a17b4c to your computer and use it in GitHub Desktop.
Save jamcgrath/104b8bcdc08cb1a17b4c to your computer and use it in GitHub Desktop.
function web_fonts() {
wp_register_style('google_fonts', 'http://fonts.googleapis.com/css?family=');
wp_enqueue_style( 'google_fonts');
}
add_action('wp_enqueue_style', 'web_fonts');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment