@charset "utf-8";
/*Noto Sans TC-黑體*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap');
/*Noto Sans TC-明體*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500;700;900&display=swap');
/*Google網路中文字型 – cwTeXYen (Chinese Traditional) 圓體字型*/
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
/*Google網路中文字型 – cwTeXKai (Chinese Traditional) 楷體字體*/
@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);

/*台灣圓體*//*引自:https://max-everyday.com/2020/06/taiwanpearl/*/
@font-face {
  font-family: 'TaiwanPearl';
  src: url(https://cdn.jsdelivr.net/gh/max32002/TaiwanPearl@2.125/webfont/TaiwanPearl-Regular.woff2) format("woff2")
, url(https://cdn.jsdelivr.net/gh/max32002/TaiwanPearl@2.125/webfont/TaiwanPearl-Regular.woff) format("woff");
}