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