﻿@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Regular.woff2') format('woff2'), url('../fonts/NotoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Noto Sans KR */
@font-face {
    font-family: 'Noto Sans KR';
    src: url('../fonts/NotoSansKR-Regular.woff2') format('woff2'), url('../fonts/NotoSansKR-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Noto Sans SC */
@font-face {
    font-family: 'Noto Sans SC';
    src: url('../fonts/NotoSansSC-Regular.woff2') format('woff2'), url('../fonts/NotoSansSC-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Noto Sans JP */
@font-face {
    font-family: 'Noto Sans SC';
    src: url('../fonts/NotoSansJP-Regular.woff2') format('woff2'), url('../fonts/NotoSansJP-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}