Skip to content

Instantly share code, notes, and snippets.

@fasterwp
Created June 12, 2018 06:22
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 fasterwp/375dc173ef43c77e7f0b8e32ddfa3cb4 to your computer and use it in GitHub Desktop.
Save fasterwp/375dc173ef43c77e7f0b8e32ddfa3cb4 to your computer and use it in GitHub Desktop.
Example of Google fonts loaded in Genesis child theme
wp_enqueue_style( 'google-font', '//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Playfair+Display', array(), PARENT_THEME_VERSION );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment