Skip to content

Instantly share code, notes, and snippets.

@fasterwp
Last active November 14, 2018 21:02
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/978d791234b32db26914984da83dc467 to your computer and use it in GitHub Desktop.
Save fasterwp/978d791234b32db26914984da83dc467 to your computer and use it in GitHub Desktop.
how to add google fonts to toki theme that has only system fotns
wp_enqueue_style(
'google-fonts',
'//fonts.googleapis.com/css?family=Noto+Sans:400,700|Noto+Serif:400,400i,700,700i',
array(),
CHILD_THEME_VERSION
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment