body{ font-family: 'robotoregular'; }

@font-face {
    font-family: 'robotoblack';
    src: url('../roboto/roboto-black-webfont.woff2') format('woff2'),
         url('../roboto/roboto-black-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: 'robotolight';
    src: url('../roboto/roboto-light-webfont.woff2') format('woff2'),
         url('../roboto/roboto-light-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;
}

@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: 'robotothin';
    src: url('../roboto/roboto-thin-webfont.woff2') format('woff2'),
         url('../roboto/roboto-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}