Created
May 29, 2015 22:02
-
-
Save zachary-russell/13e6dee193a039e288fb to your computer and use it in GitHub Desktop.
Google Font WordPress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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