/* Roboto Condensed */
@font-face {
    font-family:'Roboto Condensed';
    src: url('../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight:bold;
    font-style:normal;
}
@font-face {
    font-family:'Roboto Condensed';
    src: url('../fonts/RobotoCondensed/RobotoCondensed-Light.ttf') format('truetype');
    font-weight:lighter;
    font-style:normal;
}

/* Roboto Slab */
@font-face {
    font-family:'Roboto Slab';
    src: url('../fonts/RobotoSlab/RobotoSlab-Regular.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'Roboto Slab';
    src: url('../fonts/RobotoSlab/RobotoSlab-Bold.ttf') format('truetype');
    font-weight:bold;
    font-style:normal;
}