zhangxiaoxu123456
2022-04-24 525f25e83879046bd119d38363f6c0572a99f97e
src/assets/css/main.css
@@ -1,8 +1,13 @@
@font-face {
  font-family: 'sFont';
  src: url("fonts/SOURCEHANSANSCN-LIGHT.ttf");
}
* {
    margin: 0;
    padding: 0;
    font-size: .0938rem;
    font-weight: lighter;
    font-family: 'sFont';
}
html,
@@ -14,6 +19,7 @@
    overflow: hidden;
}
body {
    font-family: 'Source Han Sans CN','PingFang SC', "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
}