@font-face {
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-style: normal;
  src: url('Roboto-Slab-300.eot');
  src: url('Roboto-Slab-300.eot@') format('embedded-opentype'),
       local('Roboto Slab Light'),
       local('Roboto-Slab-300'),
       url('Roboto-Slab-300.woff2') format('woff2'),
       url('Roboto-Slab-300.woff') format('woff'),
       url('Roboto-Slab-300.ttf') format('truetype'),
       url('Roboto-Slab-300.svg') format('svg');
}

@font-face {
  font-family: 'Roboto Slab';
  font-weight: 400;
  font-style: normal;
  src: url('Roboto-Slab-regular.eot');
  src: url('Roboto-Slab-regular.eot@') format('embedded-opentype'),
       local('Roboto Slab Regular'),
       local('Roboto-Slab-regular'),
       url('Roboto-Slab-regular.woff2') format('woff2'),
       url('Roboto-Slab-regular.woff') format('woff'),
       url('Roboto-Slab-regular.ttf') format('truetype'),
       url('Roboto-Slab-regular.svg') format('svg');
}

@font-face {
  font-family: 'Roboto Slab';
  font-weight: 700;
  font-style: normal;
  src: url('Roboto-Slab-700.eot');
  src: url('Roboto-Slab-700.eot@') format('embedded-opentype'),
       local('Roboto Slab Bold'),
       local('Roboto-Slab-700'),
       url('Roboto-Slab-700.woff2') format('woff2'),
       url('Roboto-Slab-700.woff') format('woff'),
       url('Roboto-Slab-700.ttf') format('truetype'),
       url('Roboto-Slab-700.svg') format('svg');
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Light-webfont.eot');
    src: url('Roboto-Light-webfont.eot@') format('embedded-opentype'),
         url('Roboto-Light-webfont.woff') format('woff'),
         url('Roboto-Light-webfont.ttf') format('truetype'),
         url('Roboto-Light-webfont.svg') format('svg');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Bold-webfont.eot');
    src: url('Roboto-Bold-webfont.eot@') format('embedded-opentype'),
         url('Roboto-Bold-webfont.woff') format('woff'),
         url('Roboto-Bold-webfont.ttf') format('truetype'),
         url('Roboto-Bold-webfont.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}