@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(roboto-light-webfont.eot);
  src: local('Roboto Light'),
  url("roboto-light-webfont.woff2") format('woff2'),
  url("roboto-light-webfont.woff") format('woff');
}

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

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

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

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