/*
 * cwTeXFangSong (Chinese Traditional) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'cwTeXFangSong';
  font-style: normal;
  font-weight: 500;

  src: url(/Content/webfonts/cwTeXFangSong-zhonly.eot);
  src: url(/Content/webfonts/cwTeXFangSong-zhonly.eot?#iefix) format('embedded-opentype'),
       url(/Content/webfonts/cwTeXFangSong-zhonly.woff2) format('woff2'),
       url(/Content/webfonts/cwTeXFangSong-zhonly.woff) format('woff'),
       url(/Content/webfonts/cwTeXFangSong-zhonly.ttf) format('truetype');
}

/*
* 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(/Content/webfonts/NotoSansTC-Thin.woff2) format('woff2'),
       url(/Content/webfonts/NotoSansTC-Thin.woff) format('woff'),
       url(/Content/webfonts/NotoSansTC-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: url(/Content/webfonts/NotoSansTC-Light.woff2) format('woff2'),
       url(/Content/webfonts/NotoSansTC-Light.woff) format('woff'),
       url(/Content/webfonts/NotoSansTC-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 400;
   src: url(/Content/webfonts/NotoSansTC-Regular.woff2) format('woff2'),
        url(/Content/webfonts/NotoSansTC-Regular.woff) format('woff'),
        url(/Content/webfonts/NotoSansTC-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 500;
   src: url(/Content/webfonts/NotoSansTC-Medium.woff2) format('woff2'),
        url(/Content/webfonts/NotoSansTC-Medium.woff) format('woff'),
        url(/Content/webfonts/NotoSansTC-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 700;
   src: url(/Content/webfonts/NotoSansTC-Bold.woff2) format('woff2'),
        url(/Content/webfonts/NotoSansTC-Bold.woff) format('woff'),
        url(/Content/webfonts/NotoSansTC-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 900;
   src: url(/Content/webfonts/NotoSansTC-Black.woff2) format('woff2'),
        url(/Content/webfonts/NotoSansTC-Black.woff) format('woff'),
        url(/Content/webfonts/NotoSansTC-Black.otf) format('opentype');
 }

body {
    font-family: 'Noto Sans TC', 'Helvetica Neue', 'Helvetica' , 'Arial', 'sans-serif';
}
