Skip to content

Instantly share code, notes, and snippets.

@feastdesignco
Created July 10, 2019 14:34
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 feastdesignco/1e08876b906871ad67fe7838fe3a8cd8 to your computer and use it in GitHub Desktop.
Save feastdesignco/1e08876b906871ad67fe7838fe3a8cd8 to your computer and use it in GitHub Desktop.
my_custom_fonts_123
add_action( 'wp_enqueue_scripts', 'my_custom_fonts_123' );
function my_custom_fonts_123() {
wp_enqueue_style(
'custom-google-fonts',
'//fonts.googleapis.com/css?family=Raleway',
array(),
CHILD_THEME_VERSION
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment