Basically I have used typekit in Wordpress before and it is very easy to implement on a site-wide basis, but I can't figure out how to install scripts site-wide in Joomla. The script goes something like this:
<script type="text/javascript" src="//use.typekit.net/XXXXX.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
Where could i put this script so that it can be applied on all text across the site? Thanks