@font-face {
  font-family: 'bigTitle';
  src: url('./static/style/fonts/bigTitle.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HuXiaoBo-NanShen';
  src: url('./static/style/fonts/HuXiaoBo.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PangMenZhengDao';
  src: url('./static/style/fonts/PangMenZhengDao.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'number';
  src: url('./static/style/fonts/number2.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fontNormal';
  src: url('./static/style/fonts/SourceHanSansCN-Normal.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'workOrderFont';
  src: url('./static/style/fonts/UISDC-BiaoTiHei.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'boldNumber';
  src: url('./static/style/fonts/boldNumber.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dinBold';
  src: url('./static/style/fonts/DINBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.dinBold {
  font-family: 'dinBold' !important;
}

.HuXiaoBo {
  font-family: 'HuXiaoBo-NanShen' !important;
}
.pangMen {
  font-family: 'PangMenZhengDao' !important;
}

.boldNumber {
  font-family: 'boldNumber' !important;
}

.bigTitle {
  font-family: 'bigTitle' !important;
}

.fontNormal {
  font-family: 'fontNormal' !important;
}
.number {
  font-family: 'number' !important;
}
.workOrderFont {
  font-family: 'workOrderFont' !important;
}
