﻿@font-face {
    font-family: "Noto Sans SC";
    src: url("NotoSansSC-Thin.otf");
    font-weight: 100;
}

@font-face {
    font-family: "Noto Sans SC";
    src: url("NotoSansSC-Light.otf");
    font-weight: 300;
}

@font-face {
    font-family: "Noto Sans SC";
    src: url("NotoSansSC-Regular.otf");
    font-weight: 400;
}

@font-face {
    font-family: "Noto Sans SC";
    src: url("NotoSansSC-Medium.otf");
    font-weight: 500;
}

@font-face {
    font-family: "Noto Sans SC";
    src: url("NotoSansSC-Bold.otf");
    font-weight: 700;
}

@font-face {
    font-family: "Noto Sans SC";
    src: url("NotoSansSC-Black.otf");
    font-weight: 900;
}
