gpt4 book ai didi

html - Mozilla 没有显示正确的字体

转载 作者:行者123 更新时间:2023-11-28 06:03:35 31 4
gpt4 key购买 nike

不确定我是否在重复一个问题,但我对 webfont 有这个问题。我使用的是 Gotham 字体,它适用于 chrome,但不会在 Mozilla 中呈现。 Mozilla 只是给了我一些基本的字体。谁能帮我解决这个问题?

@font-face {
font-family: 'gotham_boldregular';
src: url('../fonts/gotham-bold-webfont.eot');
src: url('../fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/gotham-bold-webfont.woff2') format('woff2'),
url('../fonts/gotham-bold-webfont.woff') format('woff'),
url('../fonts/gotham-bold-webfont.ttf') format('truetype'),
url('../fonts/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
font-weight: normal;
font-style: normal;

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

}

最佳答案

尝试 GothamGotham LightGotham Book:

@font-face {
font-family: 'Gotham';
}

关于html - Mozilla 没有显示正确的字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36602034/

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