@font-face {
    font-family: 'robotoitalic';
    src: url('roboto/roboto-italic-webfont.woff2') format('woff2'),
         url('roboto/Roboto-Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('roboto/roboto-regular-webfont.woff2') format('woff2'),
         url('roboto/Roboto-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('roboto/roboto-bold-webfont.woff2') format('woff2'),
         url('roboto/Roboto-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('roboto/roboto-medium-webfont.woff2') format('woff2'),
         url('roboto/Roboto-Medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}