/*
* Noto Sans TC (Chinese_traditional) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  src: url(font/NotoSansTC-Thin.woff2) format('woff2'),
       urlfont/NotoSansTC-Thin.woff) format('woff'),
       url(font/NotoSansTC-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: url(font/NotoSansTC-Light.woff2) format('woff2'),
       url(font/NotoSansTC-Light.woff) format('woff'),
       url(font/NotoSansTC-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 400;
   src: url(font/NotoSansTC-Regular.woff2) format('woff2'),
        url(font/NotoSansTC-Regular.woff) format('woff'),
        url(font/NotoSansTC-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 500;
   src: url(font/NotoSansTC-Medium.woff2) format('woff2'),
        url(font/NotoSansTC-Medium.woff) format('woff'),
        url(font/NotoSansTC-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 700;
   src: url(font/NotoSansTC-Bold.woff2) format('woff2'),
        url(font/NotoSansTC-Bold.woff) format('woff'),
        url(font/NotoSansTC-Bold.otf) format('opentype');
 }
/*
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 900;
   src: url(font/NotoSansTC-Black.woff2) format('woff2'),
        url(font/NotoSansTC-Black.woff) format('woff'),
        url(font/NotoSansTC-Black.otf) format('opentype');
 }
 */