@font-face {
    font-family: 'RobotoCondensed';
    src: local('RobotoCondensed Light'), local('RobotoCondensed-Light'), url('fonts/RobotoCondensed/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: local('RobotoCondensed Light Italic'), local('RobotoCondensed-LightItalic'), url('fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: local('RobotoCondensed'), local('RobotoCondensed-Regular'), url('fonts/RobotoCondensed/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: local('RobotoCondensed Italic'), local('RobotoCondensed-Italic'), url('fonts/RobotoCondensed/RobotoCondensed-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: local('RobotoCondensed Bold'), local('RobotoCondensed-Bold'), url('fonts/RobotoCondensed/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: local('RobotoCondensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url('fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}