When I insert this code into my header:
<script src="//use.typekit.net/tue6amj.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
It changes the width of my site. All my content is still the same width, but I'm able to scroll to the right, off the page. See: http://inkliss.hs-sites.com
The output of the HTML seems to insert above the header:
<html class="no-js wf-proximanova-i7-active wf-proximanova-n7-active wf-active" lang="en">
and that makes the page pop out.
So is this a problem with Hubspot? I'm adding the script to the header code section. Or is there a way that I can wrap the java in another tag that won't let it break the page?