gpt4 book ai didi

asp.net - 我的字体不工作

转载 作者:太空宇宙 更新时间:2023-11-04 04:11:21 25 4
gpt4 key购买 nike

我正在准备一个简单的网站。但是我的字体在 Google Chrome 上不工作。

这里是 my page

我的 CSS 代码:

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

body {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
}

我的 web.config 数据

<system.webServer>
...
<staticContent>
<remove fileExtension=".svg" />
<remove fileExtension=".eot" />
<remove fileExtension=".woff" />
<remove fileExtension=".otf" />
<mimeMap fileExtension=".svg" mimeType="image/svg+xml" />
<mimeMap fileExtension=".eot" mimeType="application/vnd.ms-fontobject" />
<mimeMap fileExtension=".woff" mimeType="application/x-woff" />
<mimeMap fileExtension=".otf" mimeType="font/otf" />
</staticContent>
</system.webServer>

它在 Firefox 上运行良好,但在 Chrome 上运行不佳。我在我的元素中尝试了“字体文件夹方法”和“ttf 字体”,但它没有改变。

我对 woff 文件有怀疑,但我无法更改它。

我该如何解决这个问题?

最佳答案

尝试使用它 - 将此链接粘贴到标题部分:

<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>

关于asp.net - 我的字体不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20615695/

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