Created
March 23, 2014 19:34
-
-
Save grappler/9728526 to your computer and use it in GitHub Desktop.
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
<?php | |
function wptavern_enqueue_styles() { | |
wp_enqueue_style('wptavern-google-fonts', '//fonts.googleapis.com/css?family=Copse'); | |
} | |
add_action( 'wp_enqueue_scripts', 'wptavern_enqueue_styles' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment