@font-face {
  font-family: 'Roboto';
  font-display: block;
  font-style: normal;
  font-weight: 100;
  src: url('Roboto-Thin-webfont.eot');
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
       url('Roboto-Thin-webfont.woff') format('woff'),
       url('Roboto-Thin-webfont.ttf') format('truetype'),
       url('Roboto-Thin-webfont.svg#robotothin') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-display: block;
  font-style: normal;
  font-weight: 300;
  src: url('Roboto-Light-webfont.eot');
  src: local('Roboto Light'), local('Roboto-Light'),
       url('Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
       url('Roboto-Light-webfont.woff') format('woff'),
       url('Roboto-Light-webfont.ttf') format('truetype'),
       url('Roboto-Light-webfont.svg#robotolight') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-display: block;
  font-style: normal;
  font-weight: 700;
  src: url('Roboto-Bold-webfont.eot');
  src: local('Roboto Bold'), local('Roboto-Bold'),
	   url('Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
	   url('Roboto-Bold-webfont.woff') format('woff'),
	   url('Roboto-Bold-webfont.ttf') format('truetype'),
	   url('Roboto-Bold-webfont.svg#robotobold') format('svg');
}
