@font-face {
  font-family: "Bebas";
  src: url("/fonts/BebasNeueRegular.woff2") format("woff2"),
  url("/fonts/BebasNeueRegular.woff") format("woff"),
  url("/fonts/BebasNeueRegular.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "TeX";
  src: url("/fonts/TeXGyreAdventor-Bold.woff2") format("woff2"),
  url("/fonts/TeXGyreAdventor-Bold.woff") format("woff"),
  url("/fonts/TeXGyreAdventor-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "TeX";
  src: url("/fonts/TeXGyreAdventor-Regular.woff2") format("woff2"),
  url("/fonts/TeXGyreAdventor-Regular.woff") format("woff"),
  url("/fonts/TeXGyreAdventor-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: TeX, WenQuanYi Micro Hei;
}
