Skip to content

Instantly share code, notes, and snippets.

@gspice
Created May 25, 2016 19:17
Show Gist options
  • Save gspice/97d81db089b00a31e7680586564179f5 to your computer and use it in GitHub Desktop.
Save gspice/97d81db089b00a31e7680586564179f5 to your computer and use it in GitHub Desktop.
Add this to your functions.php file to separate your enqueuing of google fonts to a new file.
// Separate file contains the Google fonts to load for this theme.
require get_stylesheet_directory() . '/includes/google-fonts.php';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment