web开发中如何使用引用字体

1.在style中添加代码:

@font-face {
   font-family: mFont;
   src: url('../font/crapaud_petit.ttf');
}

2.使用

<h1 font-family="mFont">test</h1>

 

posted @ 2018-11-08 23:44  rqpjuicy  阅读(1005)  评论(0编辑  收藏  举报