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;
}
原文地址:https://www.cnblogs.com/liubingyjui/p/12326737.html