@font-face {
    font-family: "Roboto";
    src: url("roboto-regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("roboto-italic.ttf");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Roboto";
    src: url("roboto-bold.ttf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("roboto-bold-italic.ttf");
    font-weight: bold;
    font-style: italic;
}
