@font-face {
  font-family: 'PingFangSC';
  src: url('./../fonts/Chinese/PingFang-SC-Light.ttf');
  font-weight: light;
}
@font-face {
  font-family: 'PingFangSC';
  src: url('./../fonts/Chinese/PingFang-SC-Regular.ttf');
  font-weight: normal;
}
@font-face {
  font-family: 'PingFangSC';
  src: url('./../fonts/Chinese/PingFang-SC-Bold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: 'hanzipensc';
  src: url('./../fonts/Chinese/hanzipensc.ttf');
}