gpt4 book ai didi

html - 不显示支持的字母

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

我正在使用 Signika Bold作为我的标题的字体。字体是从 Google Webfonts 加载的。正如您在 the demo 中看到的那样, 显示大写和小写字母“Č”时出现问题。该字母在官方 Webfonts 页面上的受支持字体列表中。

enter image description here

CSS:

@font-face {
font-family: "Signika";
font-style: normal;
font-weight: 700;
src: local("Signika-Bold"), url(http://themes.googleusercontent.com/static/fonts/signika/v3/7M5kxD4eGxuhgFaIk95pBRsxEYwM7FgeyaSgU71cLG0.woff) format("woff");
}

h1 {
font-family: "Signika", Helvetica, sans-serif;
}

我也曾尝试将字母作为 HTML 标题 (č) 输入,但没有帮助。

最佳答案

<link href='http://fonts.googleapis.com/css?family=Signika:700&subset=latin,latin-ext' rel='stylesheet' type='text/css'>

关于html - 不显示支持的字母,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18060682/

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