自定义字体不会显示
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了自定义字体不会显示相关的知识,希望对你有一定的参考价值。
简单的问题,但我不能为我的生活得到我的自定义字体出现。我该如何修改此代码?
@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';
以上是关于自定义字体不会显示的主要内容,如果未能解决你的问题,请参考以下文章