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