/* =================================== */
/*	外掛字型
/* =================================== */
@import url(https://fonts.googleapis.com/css?family=Federo|Marcellus|Lusitana|Questrial);
.font-federo {font-family: 'Federo',"Microsoft JhengHei",serif;}
.font-marcellus {font-family: 'Marcellus',"Microsoft JhengHei",serif;}
.font-Lusitana {font-family: 'Lusitana',"Microsoft JhengHei",serif;}
.font-questrial {font-family: 'Questrial',"Microsoft JhengHei",serif;}

/* google黑體 */
@font-face {
  font-family: 'cwTeXHei';
  font-style: normal;
  font-weight: normal;
  src: url(http://fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot);
  src: url(http://fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot?#iefix) format('embedded-opentype'),
       url(http://fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff2) format('woff2'),
       url(http://fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff) format('woff'),
       url(http://fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.ttf) format('truetype');
}
