@font-face {
    font-family: "Roboto";
    src: url("/api/v1/fonts/Roboto-Regular2/");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Roboto";
    src: url("/api/v1/fonts/Roboto-Italic/");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Roboto";
    src: url("/api/v1/fonts/Roboto-Bold2/");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Roboto";
    src: url("/api/v1/fonts/Roboto-BoldItalic/");
    font-weight: bold;
    font-style: italic;
}
