引入下载的字体

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

原文地址:https://www.cnblogs.com/studyh5/p/8568934.html