@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/cwtexMing.css);
/* @import url(https://fonts.googleapis.com/css2);*/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap);

/*  思源黑體 */
.noto-sans-tc {
  font-family: "noto sans tc";
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
}

/* 楷體 */
.cwTexKai {
    font-family: "cwTeXKai";
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;  
}

/* 圓體 */
.cwTexYen {
    font-family: "cwTeXYen";
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;  
}

/* 仿宋 */
.cwTexFangSong {
    font-family: "cwTeXFangSong";
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 18px;
    font-style: normal;  
}
/* 明體 */
.cwTexMing {
    font-family: "cwTeXMing";
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;  
}
