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