Skip to content

Instantly share code, notes, and snippets.

@grappler
Created March 23, 2014 19:34
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 grappler/9728526 to your computer and use it in GitHub Desktop.
Save grappler/9728526 to your computer and use it in GitHub Desktop.
<?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