@charset "utf-8";
/*font*/

@font-face { /*iphone 有效顯示*/
  font-family: "Noto Sans CJK TC Light"; 
  src: url(../fonts/NotoSansCJKtc-Light.otf);
}
@font-face {
  font-family: "Noto Sans CJK TC Medium";
  src: url(../fonts/NotoSansCJKtc-Medium.otf);
}
@font-face {
  font-family: "Noto Sans CJK TC DemiLight";
  src: url(../fonts/NotoSansCJKtc-DemiLight.otf);
}
@font-face {
  font-family: "Noto Sans CJK TC Thin";
  src: url(../fonts/NotoSansCJKtc-Thin.otf);
}
@font-face {
  font-family: "Noto Sans CJK TC Regular";
  src: url(../fonts/NotoSansCJKtc-Regular.otf);
}



@font-face {
  font-family: "LXGW WenKai Mono TC Light";
  src: url(../fonts/LXGWWenKaiMonoTC-Light.ttf);
}

@font-face {
  font-family: "bahnschrift Light";
  src: url(../fonts/bahnschrift.ttf);
}
@font-face {
  font-family: "Gen Jyuu Gothic Light";
  src: url(../fonts/GenJyuuGothic-Light.ttf);
}
@font-face {
  font-family: "Bebas Neue";
  src: url(../fonts/BebasNeue-Regular.ttf);
}
@font-face {
  font-family: "Arvo";
  src: url(../fonts/Arvo-Regular.ttf);
}
@font-face {
  font-family: "Soure Sans Pro";
  src: url(../fonts/SourceSansPro-Regular.ttf);
}
@font-face {
  font-family: "Soure Sans Pro Light";
  src: url(../fonts/SourceSansPro-Light.ttf);
}