Created
May 3, 2017 21:51
-
-
Save NatalieMac/4ab466de25aa7f9dbb64a9a616c075bd to your computer and use it in GitHub Desktop.
Remove typekit stylesheets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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