@charset "utf-8";

@font-face {
    font-family: NotoSans;
    font-style: normal ;
    font-weight: 400;
    src: url(NotoSans-Regular.ttf) format('truetype'),
    url(NotoSans-Italic.ttf) format('truetype');
}

@font-face {
    font-family: NotoSansBold;
    font-style: normal;
    font-weight: 800;
    src: url(NotoSans-BoldItalic.ttf) format('truetype'),
    url(NotoSans-Bold.ttf) format('truetype');
}
