【发布时间】:2018-05-27 14:22:09
【问题描述】:
我创建了这个测试文件
<h1> test <h1>
然后在 CSS3 中,我这样做了
@font-face {
font-family: 'hello';
src:url('/fonts/HelloStockholm-Alt.otf')
font-style: normal;
font-weight: 100;
}
h1 {
font-family: hello;
font-weight: 100;
}
这是我下载的字体
https://www.dafont.com/de/hello-stockholm.font
希望你们中的一些人可以帮助我
【问题讨论】: