Created
May 25, 2016 19:17
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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