css全站字体,中文英文不同,粗细统一

@font-face {
    font-family: vwfont;
    src: url(/shop-m/public/fonts/VWText-Regular.otf);
}
@font-face {
    font-family: hyqh40;
    src: url(/shop-m/public/fonts/HYQiHei-40S.ttf);
}
@font-face {
    font-family: hyqh80;
    src: url(/shop-m/public/fonts/HYQiHei-80S.ttf);
}
* {
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    word-wrap: break-word;
 font-family: "vwfont", "hyqh40";
}

.hyqh80{
 font-family: "vwfont", "hyqh80";
 font-weight: normal !important;
}

 

posted @ 2020-02-18 16:26  YJUI  阅读(535)  评论(0)    收藏  举报