我们在网站上使用了一些非基本字体,但问题是重新加载 - 你可以看到基本的字体,然后重新加载到我们在每一页上的字体。它可能缓存它或以某种方式将其保存到客户端?重新加载每个页面都很糟糕。在网站上重新加载我的字体
我们使用Windows主机和ASP.NET。
我发现:
<system.webServer>
<staticContent>
<clientCache cacheControlMode="UseMaxAge" />
</staticContent>
</system.webServer>
而且一切正常。
看起来像你有同样的问题,因为在这里:http://stackoverflow.com/questions/1036309/using-font-face-slows-load-time-can-i-force-the-client-to -cache-the-font – Hnatt
Thx,我检查它。 – Honzik