/* @font-face {
  font-family: "impact" !important;
  src: url('impact.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PingFang Bold" !important;
  src: url('PingFang Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PingFang ExtraLight" !important;
  src: url('PingFang ExtraLight.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PingFang SC Heavy";
  src: url('PingFang_Heavy.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  color: red;
}

@font-face {
  font-family: "PingFang Light" !important;
  src: url('PingFang Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PingFang SC Medium" !important;
  src: url('PingFang Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PingFang SC Regular" !important;
  src: url('../font/PingFang Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

.heavyIconfont{
  font-family: "PingFang SC Heavy" !important;
} */