@font-face {
  font-family: D_DIN_PRO_Regular;
  src: url(../fonts/D-DIN-PRO-400-Regular.otf);
}

@font-face {
  font-family: D_DIN_PRO_Medium;
  src: url(../fonts/D-DIN-PRO-500-Medium.otf);
}

@font-face {
  font-family: D_DIN_PRO_SemiBold;
  src: url(../fonts/D-DIN-PRO-600-SemiBold.otf);
}

@font-face {
  font-family: D_DIN_PRO_Bold;
  src: url(../fonts/D-DIN-PRO-700-Bold.otf);
}

@font-face {
  font-family: D_DIN_PRO_ExtraBold;
  src: url(../fonts/D-DIN-PRO-800-ExtraBold.otf);
}

@font-face {
  font-family: D_DIN_PRO_Heavy;
  src: url(../fonts/D-DIN-PRO-900-Heavy.otf);
}

@font-face {
  font-family: RobotoSlab_Black;
  src: url(../fonts/RobotoSlab-Black.ttf);
}
@font-face {
  font-family: RobotoSlab_Bold;
  src: url(../fonts/RobotoSlab-Bold.ttf);
}
@font-face {
  font-family: RobotoSlab_ExtraBold;
  src: url(../fonts/RobotoSlab-ExtraBold.ttf);
}
@font-face {
  font-family: RobotoSlab_ExtraLight;
  src: url(../fonts/RobotoSlab-ExtraLight.ttf);
}
@font-face {
  font-family: RobotoSlab_Light;
  src: url(../fonts/RobotoSlab-Light.ttf);
}
@font-face {
  font-family: RobotoSlab_Medium;
  src: url(../fonts/RobotoSlab-Medium.ttf);
}
@font-face {
  font-family: RobotoSlab_Regular;
  src: url(../fonts/RobotoSlab-Regular.ttf);
}
@font-face {
  font-family: RobotoSlab_SemiBold;
  src: url(../fonts/RobotoSlab-SemiBold.ttf);
}
@font-face {
  font-family: RobotoSlab_Thin;
  src: url(../fonts/RobotoSlab-Thin.ttf);
}
@font-face {
  font-family: Roboto_Bold;
  src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: Roboto_BoldItalic;
  src: url(../fonts/Roboto-BoldItalic.ttf);
}
@font-face {
  font-family: Roboto_Italic;
  src: url(../fonts/Roboto-Italic.ttf);
}
@font-face {
  font-family: Roboto_LightItalic;
  src: url(../fonts/Roboto-LightItalic.ttf);
}
@font-face {
  font-family: Roboto_Regular;
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: DINPro_Bold;
  src: url(../fonts/DINPRO-REGULAR.OTF);
}

@font-face {
  font-family: PLAYBALL;
  src: url(../fonts/PLAYBALL.TTF);
}
/* 引入新字体 */
@font-face {
  font-family: "CTLaoSongSJ";
  src: url(../fonts/CTLaoSongSJ.ttf) format("truetype");
  /* 未定义 */
  font-weight: normal;
  /* 未定义 */
  font-style: normal;
}

/* PingFang SC的几种字体 */
@font-face {
  font-family: "PingFang SC";
  src: url("../fonts/PINGFANG REGULAR_0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PingFang SC";
  src: url("../fonts/PINGFANG MEDIUM_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* 如果确实需要 Light */
@font-face {
  font-family: "PingFang SC";
  src: url("../fonts/PINGFANG LIGHT(1)_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "PingFang SC";
  src: url("../fonts/PINGFANG BOLD_0.ttf") format("truetype");
  font-weight: 700; /* 对应设计稿的 bold */
  font-style: normal;
}
