gpt4 book ai didi

html - 自定义字体无法在 Windows (Chrome) 上正确显示

转载 作者:行者123 更新时间:2023-11-28 00:35:59 36 4
gpt4 key购买 nike

我有一个简单的静态页面,我想导入一种字体。但是这个字体在Windows 和Google Chrome 浏览器上显示很奇怪。此字体可在其他操作系统和浏览器中正常显示。

我像这样使用@font-face 导入字体:

@font-face {
font-family: NoyhGeometric;
src: url("../fonts/Typesketchbook - Noyh Geometric Regular.ttf") format("truetype"),
url("../fonts/Typesketchbook - NoyhGeometric-Regular.otf") format("opentype");
}

我在两张图片中都使用了 Google Chrome 浏览器。

在 Ubuntu 上(正确显示):

a busy cat

在 Windows 上(显示奇怪):

a busy cat

最佳答案

尝试在你的 css 中添加字体平滑属性

body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

引用:https://davidwalsh.name/font-smoothing

关于html - 自定义字体无法在 Windows (Chrome) 上正确显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54149176/

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