@font-face {
    font-family: "NotoSans";
    src: url('../font/NotoSans-Bold.ttf');
    font-weight: bold;
}
@font-face {
    font-family: "NotoSans";
    src: url('../font/NotoSans-Italic.ttf');
    font-weight: italic;
}
@font-face {
    font-family: "NotoSans";
    src: url('../font/NotoSans-Regular.ttf');
}

@font-face {
    font-family: "Roboto";
    src: url('../font/Roboto-Regular.ttf');
}
@font-face {
    font-family: "Roboto";
    src: url('../font/Roboto-Light.ttf');
    font-weight: 100;
}
@font-face {
    font-family: "Roboto";
    src: url('../font/Roboto-Medium.ttf');
    font-weight: 500;
}
@font-face {
    font-family: "Roboto";
    src: url('../font/Roboto-Bold.ttf');
    font-weight: bold;
}