@charset "UTF-8";

@font-face {
  font-family: "NotoSansSC-Regular";
  src: url("NotoSansSC-Regular.ttf");
  src: url("NotoSansSC-Regular.woff2") format("woff2"),
       url("NotoSansSC-Regular.woff") format("woff"),
       url("NotoSansSC-Regular.ttf") format("truetype"),
       url("NotoSansSC-Regular.eot") format("embedded-opentype"),
       url("NotoSansSC-Regular.svg") format("svg");
}