I have tried adding a tpl via custom skin in default/en/header/parts as follows:
Code:
{**
* Head list children
*
* ...
*
* @ListChild (list="head", weight="700")
*}
<script type="text/javascript" src="//use.typekit.net/dap7cpb.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
Then rebuilding the cache, but this just generates an internal error. If I comment out the script statements all is fine ....
How should I include these?
Jan