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