gpt4 book ai didi

html - CSS 从 otf 导入字体

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

伙计们,我在从 otf 文件导入字体时遇到了问题

ma​​in.css

@font-face {
font-family: 'testfont';
src: url('fonts/test.otf');
}

.fonttest {
font-family: 'testfont';
}

ma​​in.html

<p class="fonttest">TESTtest</p>

但是当我尝试启动主页时,它仍然显示 html 的标准字体。当我在我的浏览器 opera 和 chrome 上使用检查器时,它说字体已被接受

最佳答案

使用这个;

@font-face {
font-family: testfont;
src: url("fonts/test.otf") format("opentype");
}

关于html - CSS 从 otf 导入字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47054525/

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