@font-face {
  font-family: 'Roboto';
  src: url('Roboto-Thin-webfont.eot');
  src: /*local('Roboto'),
       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#robotoregular') format('svg');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('Roboto-Regular-webfont.eot');
  src: /*local('Roboto'),
       local('Roboto-Regular'),*/
       url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('Roboto-Regular-webfont.woff') format('woff'),
       url('Roboto-Regular-webfont.ttf') format('truetype'),
       url('Roboto-Regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('Roboto-Bold-webfont.eot');
  src: /*local('Roboto'),
       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');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('MaterialIcons-Regular.eot');
  src: /*local('Material Icons'),
       local('MaterialIcons-Regular'),*/
       url('MaterialIcons-Regular.eot?#iefix') format('embedded-opentype'),
       url('MaterialIcons-Regular.woff2') format('woff2'),
       url('MaterialIcons-Regular.woff') format('woff'),
       url('MaterialIcons-Regular.ttf') format('truetype'),
       url('MaterialIcons-Regular.svg#materialicons') format('svg');
}
