引入下载的字体

/*引入字体css*/
@font-face {
font-family: 'MyNewFont';
src: url('../fonts/MSYH.TTF'),
url('../fonts/MSYHBD.TTF');
}
body,html {
font-family: 'MyNewFont';
}

posted @ 2018-03-14 17:31  金牛座的女孩  阅读(109)  评论(0编辑  收藏  举报