Typekit 404 - https://use.typekit.net/.js

时间:2017-08-10 07:41:43

标签: typekit

我在我的网站上实现了typekit。

它工作正常!我拿到了我的字体!

但我在网络控制台上遇到以下错误:

https://use.typekit.net/.js Failed to load resource: the server responded with a status of 404 ()

我这样实现:

  <script src="//use.typekit.net/{here i put my code}.js"></script>
  <script>try{Typekit.load({ async: true });}catch(e){}</script>

似乎typekit脚本尝试加载文件https://use.typekit.net/.js

但是这些字体仍然被编织!

1 个答案:

答案 0 :(得分:-2)

{here i put my code}。js是问题所在。在{}之间只是一个例子,但你需要将它改为一个真正的js名称,如下所示:thisismyjs.js