
/* 中文字型 Noto Sans TC */
@font-face {
    font-family: 'Noto Sans TC';
    src: url('../fonts/NotoSansTC-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    unicode-range: U+4E00-9FFF; 
}

@font-face {
    font-family: 'Noto Sans TC';
    src: url('../fonts/subset-NotoSansTC-Medium-2.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    unicode-range: U+4E00-9FFF; 
}

@font-face {
    font-family: 'Noto Sans TC';
    src: url('../fonts/NotoSansTC-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    unicode-range: U+4E00-9FFF;
}

@font-face {
    font-family: 'Noto Sans TC';
    src: url('../fonts/NotoSansTC-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    unicode-range: U+4E00-9FFF;
}


