美文网首页
@font-fac 自定义字体

@font-fac 自定义字体

作者: 樊海鹏 | 来源:发表于2018-08-07 19:36 被阅读0次

@font-face {
font-family: 'futura';
src:url('./resource/play/fonts/futura.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

src:url('./resource/play/fonts/futura.ttf') format('truetype');

format ,用于说明,url加载的文件,是什么类型的字体

在这里 truetype 表示 ttf

相关文章

网友评论

      本文标题:@font-fac 自定义字体

      本文链接:https://www.haomeiwen.com/subject/tyzavftx.html