@font-face {
    font-family:'RobotoCondensed';
    font-style: normal;
    font-weight: 400;
    src: local('RobotoCondensed'), local('RobotoCondensed-Regular'),
    url(../Fonts/RobotoCondensed-Regular.ttf) format('ttf');
}
@font-face {
    font-family:'RobotoCondensed';
    font-style: italic;
    font-weight: 400;
    src: local('RobotoCondensed'), local('RobotoCondensed-Italic'),
    url(../Fonts/RobotoCondensed-Italic.ttf) format('ttf');
}