﻿@font-face {
    font-family: NotoSansJP;
    font-weight: normal;
    font-style: normal;
    src: url("../font/NotoSansJP-Regular.otf") format("opentype");
}

@font-face {
    font-family: NotoSansJP;
    font-weight: 900;
    font-style: normal;
    src: url("../font/NotoSansJP-Black.otf") format("opentype");
}

@font-face {
    font-family: NotoSansJP;
    font-weight: bold;
    font-style: normal;
    src: url("../font/NotoSansJP-Bold.otf") format("opentype");
}

@font-face {
    font-family: NotoSansJP;
    font-weight: 500;
    font-style: normal;
    src: url("../font/NotoSansJP-Medium.otf") format("opentype");
}

@font-face {
    font-family: NotoSansJP;
    font-weight: 300;
    font-style: normal;
    src: url("../font/NotoSansJP-Light.otf") format("opentype");
}

@font-face {
    font-family: NotoSansJP;
    font-weight: 100;
    font-style: normal;
    src: url("../font/NotoSansJP-Thin.otf") format("opentype");
}
