字体的引用

效果图:

css代码:

@font-face{
font-family: "int"; 注意引号
src: url("../fonts/digital-7_mono.ttf"); 注意括号和引号
}
.changci h1 a{
font-family: int; 注意没有引号
font-size: .7rem;
color: black;
}
posted on 2018-07-15 11:54  活在当下zql  阅读(146)  评论(0)    收藏  举报