/*@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700italic,400,300,700&subset=latin-ext,latin,greek);*/

@font-face {
font-family: 'Roboto Condensed';
src: url('RobotoCondensed-Regular.eot');
src: local('Roboto Condensed'), url('RobotoCondensed-Regular.ttf') format('truetype'); 
}

@font-face {
font-family: 'Roboto Condensed';
src: url('RobotoCondensed-Light.eot');
src: local('Roboto Condensed'), url('RobotoCondensed-Light.ttf') format('truetype');
font-weight:300;
}

@font-face {
font-family: 'Roboto Condensed';
src: url('RobotoCondensed-Bold.eot');
src: local('Roboto Condensed'), url('RobotoCondensed-Bold.ttf') format('truetype');
font-weight:bold;
}

@font-face {
font-family: 'Roboto Condensed';
src: url('RobotoCondensed-Italic.eot');
src: local('Roboto Condensed'), url('RobotoCondensed-Italic.ttf') format('truetype');
font-style:italic;
}

@font-face {
font-family: 'Roboto Condensed';
src: url('RobotoCondensed-BoldItalic.eot');
src: local('Roboto Condensed'), url('RobotoCondensed-BoldItalic.ttf') format('truetype');
font-weight:bold;
font-style:italic;
}

@font-face {
font-family: 'Roboto Condensed';
src: url('RobotoCondensed-LightItalic.eot');
src: local('Roboto Condensed'), url('RobotoCondensed-LightItalic.ttf') format('truetype');
font-weight:300;
font-style:italic;
}