Skip to content

Instantly share code, notes, and snippets.

@braddalton
Created April 13, 2014 08:09
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 braddalton/72aef7f1da32b393122c to your computer and use it in GitHub Desktop.
Save braddalton/72aef7f1da32b393122c to your computer and use it in GitHub Desktop.
//* Enqueue PT Sans Google font
add_action( 'wp_enqueue_scripts', 'streamline_google_fonts' );
function streamline_google_fonts() {
wp_enqueue_style( 'google-fonts', '//fonts.googleapis.com/css?family=PT+Sans', array(), CHILD_THEME_VERSION );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment