@font-face {
    font-family: 'Roboto';
    src: url('../stylesheet/fonts/roboto.eot');
    src: url('../stylesheet/fonts/roboto.eot?#iefix') format('embedded-opentype'),
         url('../stylesheet/fonts/roboto.woff2') format('woff2'),
         url('../stylesheet/fonts/roboto.woff') format('woff'),
         url('../stylesheet/fonts/roboto.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Robotobold';
    src: url('../stylesheet/fonts/roboto-bold.eot');
    src: url('../stylesheet/fonts/roboto-bold.eot?#iefix') format('embedded-opentype'),
         url('../stylesheet/fonts/roboto-bold.woff2') format('woff2'),
         url('../stylesheet/fonts/roboto-bold.woff') format('woff'),
         url('../stylesheet/fonts/roboto-bold.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}