@font-face {
  font-family: 'Noto Serif TC';
  font-style: normal;
  font-weight: 300;
  src: url(NotoSerifTC-Light.woff2) format('woff2'),
       url() format('woff'),
       url() format('opentype');
}
@font-face {
   font-family: 'Noto Serif TC';
   font-style: normal;
   font-weight: 400;
   src: url(NotoSerifTC-Regular.woff2) format('woff2'),
        url() format('woff'),
        url() format('opentype');
 }
@font-face {
   font-family: 'Noto Serif TC';
   font-style: normal;
   font-weight: 500;
   src: url(NotoSerifTC-Medium.woff2) format('woff2'),
        url() format('woff'),
        url() format('opentype');
 }
@font-face {
   font-family: 'Noto Serif TC';
   font-style: normal;
   font-weight: 700;
   src: url(NotoSerifTC-Bold.woff2) format('woff2'),
        url() format('woff'),
        url() format('opentype');
 }
@font-face {
   font-family: 'Noto Serif TC';
   font-style: normal;
   font-weight: 900;
   src: url(NotoSerifTC-Black.woff2) format('woff2'),
        url() format('woff'),
        url() format('opentype');
 }