Skip to content

Instantly share code, notes, and snippets.

@hemusyl
Created March 24, 2016 07:58
Show Gist options
  • Save hemusyl/3dc97e34f768f40f0dd3 to your computer and use it in GitHub Desktop.
Save hemusyl/3dc97e34f768f40f0dd3 to your computer and use it in GitHub Desktop.
Add Google fonts and JS file in Funcctions.php
//Adding "Bitter" google fonts
wp_enqueue_style( 'et-googleFonts', 'http://fonts.googleapis.com/css?family=Bitter:400,400italic,700');
// Add google maps
wp_enqueue_script( 'maps-google', 'http://maps.google.com/maps/api/js?sensor=true');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment