@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fontsRoboto/Roboto-Light.eot');
    src: url('../fonts/fontsRoboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontsRoboto/Roboto-Light.woff') format('woff'),
         url('../fonts/fontsRoboto/Roboto-Light.ttf') format('truetype'),
         url('../fonts/fontsRoboto/Roboto-Light.svg') format('svg');
    font-weight: 100;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/fontsRoboto/Roboto-Light.eot');
    src: url('../fonts/fontsRoboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontsRoboto/Roboto-Light.woff') format('woff'),
         url('../fonts/fontsRoboto/Roboto-Light.ttf') format('truetype'),
         url('../fonts/fontsRoboto/Roboto-Light.svg') format('svg');
    font-weight: 400;
    font-style: normal;

}