@font-face {
    font-family: 'robotomedium';
    src: url('../resources/Roboto-Medium-webfont.eot');
    src: url('../resources/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../resources/Roboto-Medium-webfont.woff') format('woff'),
         url('../resources/Roboto-Medium-webfont.ttf') format('truetype'),
         url('../resources/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoblack';
    src: url('../resources/Roboto-Black-webfont.eot');
    src: url('../resources/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../resources/Roboto-Black-webfont.woff') format('woff'),
         url('../resources/Roboto-Black-webfont.ttf') format('truetype'),
         url('../resources/Roboto-Black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('../resources/Roboto-Light-webfont.eot');
    src: url('../resources/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../resources/Roboto-Light-webfont.woff') format('woff'),
         url('../resources/Roboto-Light-webfont.ttf') format('truetype'),
         url('../resources/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'robotolight';
            src: url('../resources/Roboto-Light-webfont.svg#robotolight') format('svg');
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'robotoblack';
            src: url('../resources/Roboto-Black-webfont.svg#robotoblack') format('svg');
    }
}
