/* Roboto */
@font-face
{
    font-family: 'Roboto Condensed';
    src: url("Roboto-Condensed.ttf");
}

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

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

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

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