Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. add_action( 'wp_enqueue_scripts', 'my_custom_fonts_123' );
  2. function my_custom_fonts_123() {
  3.  
  4. wp_enqueue_style(
  5. 'custom-google-fonts',
  6. '//fonts.googleapis.com/css?family=Raleway',
  7. array(),
  8. CHILD_THEME_VERSION
  9. );
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement