/*   楷書   */
@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);
/*   圓體   */
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
/*   仿宋   */
@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
/*   黑體   */
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/*   明體   */
@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);



.CKai {
  font-family: 'cwTeXKai', serif;
}

.CYen {
  font-family: 'cwTeXYen', sans-serif;
}

.CFangSong {
  font-family: 'cwTeXFangSong', serif;
}

.CNoto {
  font-family: 'Noto Sans TC', sans-serif;
}

.CMing {
  font-family: 'cwTeXMing', serif;
}

.CTw-100 {
  font-weight: 100;
}

.CTw-200 {
  font-weight: 200;
}

.CTw-300 {
  font-weight: 300;
}

.CTw-400 {
  font-weight: 400;
}

.CTw-500 {
  font-weight: 500;
}

.CTw-600 {
  font-weight: 600;
}

.CTw-700 {
  font-weight: 700;
}

.CTw-800 {
  font-weight: 800;
}

.CTfs-100 {
  font-size: 1rem;
}

.CTfs-110 {
  font-size: 1.1rem;
}

.CTfs-120 {
  font-size: 1.2rem;
}

.CTfs-130 {
  font-size: 1.3rem;
}

.CTfs-140 {
  font-size: 1.4rem;
}

.CTfs-150 {
  font-size: 1.5rem;
}

.CTfs-180 {
  font-size: 1.8rem;
}

.CTfs-200 {
  font-size: 2rem;
}

.CTfs-250 {
  font-size: 2.5rem;
}

.fsi {
	font-style: italic
}

.fsn {
	font-style: normal
}