﻿@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC&display=swap');
body { font-family: 'Noto Serif TC', serif; }

/* =================================== */
/*  外掛字型
/* =================================== */
@import url('https://fonts.googleapis.com/css?family=DM+Serif+Display|Marcellus|Song+Myung|Lusitana|DM+Sans|Rajdhani|Rationale|Rubik:400&display=swap');
.font-dmsans {font-family: 'DM Sans', sans-serif;}
.font-Rajdhani {font-family: 'Rajdhani', sans-serif;}
.font-Rationale {font-family: 'Rationale', sans-serif;}
.font-Rubik {font-family: 'Rubik', sans-serif;}
.font-dmsd {font-family: 'DM Serif Display', sans-serif;}
.font-Marcellus {font-family: 'Marcellus', sans-serif;}
.font-lusitana {font-family: 'Lusitana',"Microsoft JhengHei",serif;}
.font-song {font-family: 'Song Myung',"Microsoft JhengHei",serif;}
/* =================================== */

/*思圓體*/
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC&display=swap');
body { font-family: 'Noto Serif TC', serif; }

/*cwTeXYen 圓體*/
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
body { font-family: ‘cwTeXYen’, sans-serif; }

/*cwTeXFangSong仿宋體 */
@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
body { font-family: ‘cwTeXFangSong’, serif; }

/*Noto Sans TC  黑體（思源黑體）*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
body { font-family: ‘Noto Sans TC’, sans-serif; }

/*cwTeXMing 明體*/
@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);
body { font-family: ‘cwTeXMing’, 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');
}

