/* Roboto */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    src: url("https://static.virtualbadge.io/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: normal;
    src: url("https://static.virtualbadge.io/fonts/Roboto/Roboto-Italic.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    src: url("https://static.virtualbadge.io/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: bold;
    src: url("https://static.virtualbadge.io/fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype");
}

/* Open Sans */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    src: url("https://static.virtualbadge.io/fonts/Open_Sans/OpenSans-Regular.ttf")
        format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: normal;
    src: url("https://static.virtualbadge.io/fonts/Open_Sans/OpenSans-Italic.ttf")
        format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    src: url("https://static.virtualbadge.io/fonts/Open_Sans/OpenSans-Bold.ttf")
        format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: bold;
    src: url("https://static.virtualbadge.io/fonts/Open_Sans/OpenSans-BoldItalic.ttf")
        format("truetype");
}
