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