gpt4 book ai didi

html - 如何解决网页字体问题

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

我在带有 cdn 链接的元素中使用 Bootstrap.css 和 font-awesome.css。例如: 对于 bootstrp

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootswatch/3.3.0/cerulean/bootstrap.min.css">

字体很棒

 <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">

在我的代码中,我使用 class="glyphicon glyphicon-search"等。它工作正常。但是当我从相同的链接下载 css 文件时。并在本地添加依赖项它没有运行。错误说

 GET http://localhost:8451/ProntoDemo/resources/fonts/glyphicons-halflings-regular.woff 
GET http://localhost:8451/ProntoDemo/resources/fonts/glyphicons-halflings-regular.ttf 404 (Not Found)

我不明白这是什么问题。请帮我在本地运行。喜欢

<link rel="stylesheet" href="./resources/css/bootstrap.min.css">

最佳答案

由于字体文件带有 bundle ,因此它们具有包含字体的 ttf(真实字体)文件。所以你需要下载 zip 并解压到你的服务器,然后你才能链接 css 文件..

<link rel="stylesheet" href="Fonts/font-awesome-4.4.0/css/font-awesome.min.css">

链接https://fortawesome.github.io/Font-Awesome/

关于html - 如何解决网页字体问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32716490/

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