Skip to content

Instantly share code, notes, and snippets.

@stuartduff
Created September 13, 2012 10:41
Show Gist options
  • Save stuartduff/3713508 to your computer and use it in GitHub Desktop.
Save stuartduff/3713508 to your computer and use it in GitHub Desktop.
Woo Custom Typekit
add_filter('wp_head','woo_custom_typekit');
function woo_custom_typekit() { ?>
<script type="text/javascript" src="http://use.typekit.com/XXXX.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<?php }
@stuartduff
Copy link
Author

type kit comment test

@stuartduff
Copy link
Author

dsfgdsfdsfdsf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment