Skip to content

Instantly share code, notes, and snippets.

@NatalieMac
Created May 3, 2017 21:51
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 NatalieMac/4ab466de25aa7f9dbb64a9a616c075bd to your computer and use it in GitHub Desktop.
Save NatalieMac/4ab466de25aa7f9dbb64a9a616c075bd to your computer and use it in GitHub Desktop.
Remove typekit stylesheets
var styleTags = jQuery('style');
var typekitStyles = styleTags.filter(':contains("typekit")');
typekitStyles.remove();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment