@font-face {
  font-family: "Roboto Light";
  src: url('roboto-light-webfont.eot');
  src: url('roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
  url('roboto-light-webfont.woff2') format('woff2'),
  url('roboto-light-webfont.woff') format('woff'),
  url('roboto-light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Medium";
  src: url('roboto-medium-webfont.eot');
  src: url('roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
  url('roboto-medium-webfont.woff2') format('woff2'),
  url('roboto-medium-webfont.woff') format('woff'),
  url('roboto-medium-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

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