﻿/* Noto SC + TC 字体（本地化）*/

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/SansSC-w400.woff2') format('woff2');
}
@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/assets/fonts/SansSC-w700.woff2') format('woff2');
}
@font-face {
    font-family: 'Noto Serif SC';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/SerifSC-w400.woff2') format('woff2');
}
@font-face {
    font-family: 'Noto Serif SC';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/assets/fonts/SerifSC-w700.woff2') format('woff2');
}
@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/SansTC-w400.woff2') format('woff2');
}
@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/assets/fonts/SansTC-w700.woff2') format('woff2');
}
@font-face {
    font-family: 'Noto Serif TC';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/SerifTC-w400.woff2') format('woff2');
}
@font-face {
    font-family: 'Noto Serif TC';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/assets/fonts/SerifTC-w700.woff2') format('woff2');
}

