@font-face {
    font-family: 'robotobold';
    src: url('../../../fonts/roboto/bold/roboto_bold.eot');
    src: url('../../../fonts/roboto/bold/roboto_bold.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/roboto/bold/roboto_bold.woff2') format('woff2'),
         url('../../../fonts/roboto/bold/roboto_bold.woff') format('woff'),
         url('../../../fonts/roboto/bold/roboto_bold.ttf') format('truetype'),
         url('../../../fonts/roboto/bold/roboto_bold.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.font-roboto-bold {
    font-family:'robotobold' !important;
}