gpt4 book ai didi

html - 自定义字体不会显示

转载 作者:行者123 更新时间:2023-11-28 00:12:54 26 4
gpt4 key购买 nike

这是一个简单的问题,但是我一生无法自定义字体出现。如何修改此代码?



   

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

#font {
font-family: 'amatic_scregular';
}

<div id="font">
<h1>TEXT HERE</h1>
</div>





谢谢 :)

最佳答案

字体系列名称应写为字符串:

font-family: 'webfontimport';

关于html - 自定义字体不会显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55280268/

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