@font-face {
    font-family: RobotoCondensed;
    src: url(../fonts/roboto-condensed-regular.ttf);
}

@font-face {
    font-family: RobotoCondensed;
    font-weight: bold;
    src: url(../fonts/roboto-condensed-bold.ttf);
}

@font-face {
    font-family: RobotoCondensed;
    font-style: italic;
    src: url(../fonts/roboto-condensed-italic.ttf);
}

@font-face {
    font-family: RobotoCondensed;
    font-weight: bold;
    font-style: italic;
    src: url(../fonts/roboto-condensed-bold-italic.ttf);
}