@font-face {
	font-family: 'RobotoLight';
	src: url('../font/roboto/robotocondensed-light.eot');
    src: url('../font/roboto/robotocondensed-light.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto/robotocondensed-light.woff') format('woff'),
         url('../font/roboto/robotocondensed-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'RobotoBold';
	src: url('../font/roboto/robotocondensed-bold.eot');
    src: url('../font/roboto/robotocondensed-bold.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto/robotocondensed-bold.woff') format('woff'),
         url('../font/roboto/robotocondensed-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'RobotoRegular';
	src: url('../font/roboto/robotocondensed-regular.eot');
    src: url('../font/roboto/robotocondensed-regular.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto/robotocondensed-regular.woff') format('woff'),
         url('../font/roboto/robotocondensed-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}