/* =================================== */
/*	外掛字型
/* =================================== */
@import url(https://fonts.googleapis.com/css?family=Federo|Barlow|Questrial|Rajdhani:500|Rubik:300|Source+Serif+Pro);
.font-federo {font-family: 'Federo',"Microsoft JhengHei",serif;}
.font-barlow {font-family: 'Barlow',"Microsoft JhengHei",serif;}
.font-questrial {font-family: 'Questrial',"Microsoft JhengHei",serif;}
.font-rajdhani {font-family: 'Rajdhani',"Microsoft JhengHei",serif;}
.font-rubik {font-family: 'Rubik',"Microsoft JhengHei",serif;}
.font-source {font-family: 'Source Serif Pro',"Microsoft JhengHei",serif;}

/* google黑體 */
@font-face {
  font-family: 'cwTeXHei';
  font-style: normal;
  font-weight: normal;
  src: url(https://fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot);
  src: url(https://fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot?#iefix) format('embedded-opentype'),
       url(https://fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff2) format('woff2'),
       url(https://fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff) format('woff'),
       url(https://fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.ttf) format('truetype');
}
/* google明體 */
@font-face {
  font-family: 'cwTeXMing';
  font-style: normal;
  font-weight: normal;
  src: url(https://fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.eot);
  src: url(https://fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.eot?#iefix) format('embedded-opentype'),
       url(https://fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.woff2) format('woff2'),
       url(https://fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.woff) format('woff'),
       url(https://fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.ttf) format('truetype');
}
.font-cwTeXMing {font-family: 'cwTeXMing',"PMingLiU",serif;}