gpt4 book ai didi

google-fonts - font-family Work Sans 在 Google Chrome 中不起作用

转载 作者:行者123 更新时间:2023-12-04 19:44:23 24 4
gpt4 key购买 nike

刚刚访问了一个我大约一个月没有使用过的应用程序,并注意到“Work Sans”字体在 Google Chrome 中无法正常工作。

Chrome 开发人员工具控制台中没有错误消息 - 字体似乎没有被应用。

jsFiddle demonstration link

在 Google Chrome 版本 77.0.3865.90(官方版本)(64 位)中查看:

更新 - 仍然无法在 Chrome 78.0.3904.70 中工作

enter image description here

在 Firefox Quantum 69.0.1(64 位)中查看:

enter image description here

HTML

<head>
<link href="https://fonts.googleapis.com/css?family=Noto+Sans|Roboto+Mono|Work+Sans:400,700&display=swap" rel="stylesheet">
</head>

<p class="testing1">
Chrome Version 77.0.3865.90 (Official Build) (64-bit)
</p>


<p class="testing2">
Chrome Version 77.0.3865.90 (Official Build) (64-bit)
</p>

<p class="testing3">
Chrome Version 77.0.3865.90 (Official Build) (64-bit)
</p>

CSS

.testing1 {
font-family: 'Work Sans', sans-serif;
}

.testing2 {
font-family: 'Roboto Mono', monospace;
}

.testing3 {
font-family: 'Noto Sans', sans-serif;
}

编辑:

如果有人想知道, @import方法会导致相同的不良行为,即:
@import url('https://fonts.googleapis.com/css?family=Noto+Sans|Roboto+Mono|Work+Sans:400,700&display=swap');

最佳答案

我试过这个方法,它对我有用
如果您需要在 chrome 浏览器中显示特定类型的字体(通常不常见),您需要在系统中找到 install ,大多数情况下可以免费在线找到。
安装 .ttf 字体类型(在 Windows 中)并更改
chrome 中的字体设置为您想要的任何字体,它应该可以正常工作。 chrome settings

关于google-fonts - font-family Work Sans 在 Google Chrome 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58131340/

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