@charset "utf-8";
/* GoogleFonts*/

/*cwTeXKai (Chinese Traditional) Chinese: 楷體*/
@import url('https://fonts.googleapis.com/earlyaccess/cwtexkai.css');
/*cwTeXYen font (Chinese: 圓體)*/
@import url('https://fonts.googleapis.com/earlyaccess/cwtexyen.css');
/*cwTeXFangSong font (Chinese: 仿宋體)*/
@import url('https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css');
/*Noto Sans TC (Chinese Traditional)*/
@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
/*cwTeXMing font (Chinese: 明體) */
@import url('https://fonts.googleapis.com/earlyaccess/cwtexming.css');
/*cwTeXHei font (Chinese: 黑體) */
@import url('https://fonts.googleapis.com/earlyaccess/cwtexhei.css');
/*Noto Sans SC (Chinese Simplified)*/
@import url('https://fonts.googleapis.com/earlyaccess/notosanssc.css');

/*----------------------------------------------------------------------------------*/
.google-fc-Kai{
font-family: 'cwTeXKai', serif, 'Noto Sans SC';
}
/*cwTeXYen font (Chinese: 圓體)*/
.google-fc-Yen{
font-family: 'cwTeXYen', sans-serif, 'Noto Sans SC';
}
/*cwTeXFangSong font (Chinese: 仿宋體)*/
.google-fc-Song{
font-family: 'cwTeXFangSong', serif, 'Noto Sans SC';
}
/*Noto Sans TC (Chinese Traditional)*/
.google-fc-SansTC{
font-family: 'Noto Sans TC', sans-serif, 'Noto Sans SC';
}
/*Noto Sans TC (Chinese Traditional)*/
.google-fc-Ming{
font-family: 'cwTeXMing', serif, 'Noto Sans SC';
}
.google-fc-Hei{
font-family: 'cwTeXHei', sans-serif, 'Noto Sans SC';
}
/*Noto Sans SC (Chinese Simplified)*/
.google-fc-SansSC{
font-family: 'Noto Sans SC', sans-serif;
}
