@font-face {
  font-family: "Noto Sans TC";
  src: url("./NotoSansTC-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
body {
  font-family: "Noto Sans TC", sans-serif;
}
