Skip to content

Instantly share code, notes, and snippets.

@Shininglow
Created September 13, 2017 11:00
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 Shininglow/18f4853436aa56e1489489c1c8ba3b81 to your computer and use it in GitHub Desktop.
Save Shininglow/18f4853436aa56e1489489c1c8ba3b81 to your computer and use it in GitHub Desktop.
add_filter( 'cherry_google_fonts_cdn', 'cherry_china_fonts_url' );
function cherry_china_fonts_url( $url )
{ return '//china.fonts.url.com/'; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment