gpt4 book ai didi

css - 谷歌浏览器字体效果不佳

转载 作者:太空宇宙 更新时间:2023-11-03 18:05:36 25 4
gpt4 key购买 nike

大家好,我有这段代码,谷歌浏览器无法呈现字体:(

@font-face{
font-family: 'carial';
src: url('./fonts/bpg.eot');
src: url('./fonts/bpg.eot?#iefix') format('embedded-opentype'),
url('./fonts/bpg.woff') format('woff'),
url('./fonts/bpg.ttf') format('truetype'),
url('./fonts/bpg.svg#bpg') format('svg');
font-weight: normal;
font-style: normal;
}

enter image description here^^ Chrome

enter image description here火狐浏览器 enter image description here

探索者

最佳答案

首先,字体可以在所有浏览器上正常工作并不是强制性的……我们的责任是手动检查所有主要使用的浏览器。

如果不能在任何浏览器中工作,那么我们可以从新网站制作新字体。我们可以从 diff-2 字体生成器网站制作字体。您可以使用此关键字在 Google 上搜索...“font face generator”,并将获得更多与此相关的链接。

关于css - 谷歌浏览器字体效果不佳,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24733876/

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