gpt4 book ai didi

css - 如何从浏览器缓存中删除使用@font-face 下载的字体?

转载 作者:行者123 更新时间:2023-11-28 10:57:26 25 4
gpt4 key购买 nike

几天前我犯了一个错误:我使用 @font-face 发布了我的网络应用程序的新版本,其中包含有限版本的“Droid Sans”(无拉丁字符)。字体文件托管在我的服务器上。现在我已经用完整版更改了字体(我的大多数客户都是西类牙人)。新客户获取完整字体没有问题,但第一次访问受限字体的客户无法获取特殊字符。

我猜旧字体在浏览器缓存中的某处,但我无法将其删除。

@font-face {
font-family: 'Droid';
src: url(/files/DroidSans.eot);
src: url(/files/DroidSans.eot?iefix) format('eot'),
url(/files/DroidSans.woff) format('woff'),
url(/files/DroidSans.ttf) format('truetype'),
url(/files/DroidSans.svg#webfontw7zqO19G) format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'DroidBold';
src: url(/files/DroidSansBold.eot);
src: url(/files/DroidSansBold.eot?iefix) format('eot'),
url(/files/DroidSansBold.woff) format('woff'),
url(/files/DroidSansBold.ttf) format('truetype'),
url(/files/DroidSansBold.svg#webfontSOhoM6aS) format('svg');
font-weight: normal;
font-style: normal;
}

body, a, p, div, span, li, td, th, caption {
font-family: Droid, Optima, Calibri, Helvetica, sans-serif;
font-size: 10pt;
line-height: 14pt;
}

最佳答案

更改字体名称应该可以解决问题,因为名称是浏览器查看字体是否被缓存的唯一标准。

关于css - 如何从浏览器缓存中删除使用@font-face 下载的字体?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5497939/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com