@font-face {
    font-family: 'Noto Sans TC';
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    src: url('NotoSansTC-Thin.woff2') format('woff2'),
         url('NotoSansTC-Thin.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans TC';
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    src: url('NotoSansTC-ExtraLight.woff2') format('woff2'),
         url('NotoSansTC-ExtraLight.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans TC';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    font-family: 'Noto Sans TC';
    src: url('NotoSansTC-Light.woff2') format('woff2'),
         url('NotoSansTC-Light.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans TC';
/*  font-weight: normal; */
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('NotoSansTC-Regular.woff2') format('woff2'),
         url('NotoSansTC-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans TC';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('NotoSansTC-Medium.woff2') format('woff2'),
         url('NotoSansTC-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans TC';
    font-weight: 600;
    font-style: normal;
    font-display: swap;    
    src: url('NotoSansTC-SemiBold.woff2') format('woff2'),
         url('NotoSansTC-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans TC';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('NotoSansTC-Bold.woff2') format('woff2'),
         url('NotoSansTC-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans TC';
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url('NotoSansTC-ExtraBold.woff2') format('woff2'),
         url('NotoSansTC-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans TC';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url('NotoSansTC-Black.woff2') format('woff2'),
         url('NotoSansTC-Black.woff') format('woff');
}