@font-face {
  font-family: "ROBOTO";
  src: url("./font/Roboto-MediumItalic.ttf");
  font-weight: 500 600;
  font-style: italic;
}

@font-face {
  font-family: "ROBOTO";
  src: url("./font/Roboto-Medium.ttf");
  font-weight: 500 600;
  font-style: normal;
}

@font-face {
  font-family: "ROBOTO";
  src: url("./font/Roboto-Italic.ttf");
  font-weight: 100 400;
  font-style: italic;
}

@font-face {
  font-family: "ROBOTO";
  font-weight: 100 400;
  font-style: normal;
  src: url("./font/Roboto-Regular.ttf");
}

@font-face {
  font-family: "ROBOTO Condensed";
  src: url("./font/Roboto-Condensed.ttf");
  font-weight: 100 400;
  font-style: normal;
}

@font-face {
  font-family: "ROBOTO Condensed";
  src: url("./font/Roboto-CondensedItalic.ttf");
  font-weight: 100 400;
  font-style: italic;
}

@font-face {
  font-family: "ROBOTO Condensed";
  src: url("./font/Roboto-BoldCondensed.ttf");
  font-weight: 700 900;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Condensed";
  src: url("./font/Roboto-Condensed.ttf");
}

@font-face {
  font-family: "Roboto-CondensedItalic";
  src: url("./font/Roboto-CondensedItalic.ttf");
}

@font-face {
  font-family: "Roboto-BoldCondensed";
  src: url("./font/Roboto-BoldCondensed.ttf");
}
@font-face {
  font-family: "Roboto-BoldItalic";
  src: url("./font/Roboto-BoldItalic.ttf");
}
@font-face {
  font-family: "Digital-Numbers";
  src: url("./font/DigitalNumbers.ttf");
}
@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("./font/YouSheBiaoTiHei.ttf");
}
@font-face {
  font-family: "ZiHunFangYueHei";
  src: url("./font/zihunfangyuehei.ttf");
}

body {
  font-family: "ROBOTO", "PingFang SC", "Microsoft YaHei", sans-serif;
}
