我用这个脚本加载了typekit.但它在控制台"Typekit:域localhost.nextIn.net不在发布的域名列表中"给出错误
<script async src="//use.typekit.net/mto5gmx.js"></script>
<script>
try {
Typekit.load({
async: true
});
} catch (e) {}
</script>
Run Code Online (Sandbox Code Playgroud)