I'm using typekit on my website to load fonts and typekit gives me 2 links.
<script src="https://use.typekit.net/xxxx.js"></script>
<script>try { Typekit.load({ async: false }); } catch (e) { }</script>
I put these links in head tag but when I enter my website fonts are loaded after content. I wonder how can it load before page ready or before content load.
PS: I tried async: true and false.. Both of them gave same result.
<head>
? This may cause the problem. – Zingaro<head>
element? A live example would facilitate helping you, too. – Bravery