Skip to content

Instantly share code, notes, and snippets.

@zachary-russell
Created May 29, 2015 22:02
Show Gist options
  • Save zachary-russell/13e6dee193a039e288fb to your computer and use it in GitHub Desktop.
Save zachary-russell/13e6dee193a039e288fb to your computer and use it in GitHub Desktop.
Google Font WordPress
function pt_add_google_fonts() {
wp_enqueue_style('google-fonts', 'http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,700,300');
}
add_action( 'pt_add_google_fonts', 'wp_enqueue_scripts' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment