Skip to content

Instantly share code, notes, and snippets.

@EastSideCode
Created December 14, 2017 14:24
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 EastSideCode/933f7209f649a9c7e6eb89ff78b96efa to your computer and use it in GitHub Desktop.
Save EastSideCode/933f7209f649a9c7e6eb89ff78b96efa to your computer and use it in GitHub Desktop.
Adding google fonts
function wpb_add_google_fonts() {
wp_enqueue_style( 'wpb-google-fonts', 'http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,700,300', false );
}
add_action( 'wp_enqueue_scripts', 'wpb_add_google_fonts' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment