@font-face {
    font-family: RobotoCondensed;
    src: url(RobotoCondensed-Thin.ttf);
    font-weight: 100;
}

@font-face {
    font-family: RobotoCondensed;
    src: url(RobotoCondensed-ThinItalic.ttf);
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: RobotoCondensed;
    src: url(RobotoCondensed-ExtraLight.ttf);
    font-weight: 200;
}

@font-face {
    font-family: RobotoCondensed;
    src: url(RobotoCondensed-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: RobotoCondensed;
    src: url(RobotoCondensed-LightItalic.ttf);
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: RobotoCondensed;
    src: url(RobotoCondensed-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: RobotoCondensed;
    src: url(RobotoCondensed-Regular.ttf);
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: RobotoCondensed;
    src: url(RobotoCondensed-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: RobotoCondensed;
    src: url(RobotoCondensed-MediumItalic.ttf);
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: RobotoCondensed;
    src: url(RobotoCondensed-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: RobotoCondensed;
    src: url(RobotoCondensed-SemiBoldItalic.ttf);
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: RobotoCondensed;
    src: url(RobotoCondensed-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: RobotoCondensed;
    src: url(RobotoCondensed-BoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: RobotoCondensed;
    src: url(RobotoCondensed-ExtraBold.ttf);
    font-weight: 800;
}

@font-face {
    font-family: RobotoCondensed;
    src: url(RobotoCondensed-ExtraBoldItalic.ttf);
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: RobotoCondensed;
    src: url(RobotoCondensed-Black.ttf);
    font-weight: 900;
}

@font-face {
    font-family: RobotoCondensed;
    src: url(RobotoCondensed-BlackItalic.ttf);
    font-weight: 900;
    font-style: italic;
}