@font-face {
  /* 重命名字体名 */
  font-family: "Roboto";
  /* 引入字体 */
  src: url("./Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Bold";
  /* 引入字体 */
  src: url("./Roboto-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Medium";
  /* 引入字体 */
  src: url("./Roboto-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Poppins-Medium";

  /* 引入字体 */
  src: url("./Poppins-Medium.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("./Poppins-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Poppins-Bold";

  /* 引入字体 */
  src: url("./Poppins-Bold.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Poppins-Regular";
  src: url("./Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-ExtraBold";

  src: url("./Poppins-ExtraBold.ttf");
  font-style: normal;
}
@font-face {
  font-family: "Revamped";

  src: url("./Revamped.otf");
  font-style: normal;
}
@font-face {
  font-family: "VladimirScri";

  src: url("./VLADIMIR.TTF");
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: "AkzidenzGroteskBQ-Medium";

  /* 引入字体 */
  src: url("./AKZIDENZGROTESK-MEDIUM.OTF");
  font-weight: normal;
  font-style: normal;
}
