@font-face {
    font-family: 'Roboto';
    src: url('roboto/roboto-bold-webfont.eot');
    src: url('roboto/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto/roboto-bold-webfont.woff2') format('woff2'),
         url('roboto/roboto-bold-webfont.ttf') format('truetype'),
         url('roboto/roboto-bold-webfont.svg#roboto-bold-webfont') format('svg');
    font-weight: 700;
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
  src: url('roboto/roboto-medium-webfont.eot');
  src: url('roboto/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
       url('roboto/roboto-medium-webfont.woff2') format('woff2'),
       url('roboto/roboto-medium-webfont.ttf') format('truetype'),
       url('roboto/roboto-medium-webfont.svg#roboto-medium-webfont') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('roboto/roboto-regular-webfont.eot');
    src: url('roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto/roboto-regular-webfont.woff2') format('woff2'),
         url('roboto/roboto-regular-webfont.ttf') format('truetype'),
         url('roboto/roboto-regular-webfont.svg#roboto-regular-webfont') format('svg');
    font-weight: 400;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('roboto/roboto-light-webfont.eot');
    src: url('roboto/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto/roboto-light-webfont.woff2') format('woff2'),
         url('roboto/roboto-light-webfont.ttf') format('truetype'),
         url('roboto/roboto-light-webfont.svg#roboto-light-webfont') format('svg');
    font-weight: 300;
    font-weight: light;
    font-style: normal;
}