@font-face {
  font-family: 'PingFang SC';
  src: url('../font/PingFang\ Bold.otf') format('woff2');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'PingFang SC';
  src: url('../font/PingFang\ Medium.otf') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'PingFang SC';
  src: url('../font/PingFang\ Regular.otf') format('woff2');
  font-weight: normal;
  font-style: normal;
}