@font-face {
  font-family: 'Roboto';
  src: local(Roboto), url('roboto/resources/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Medium';
  src: local(Roboto-Medium), url('roboto/resources/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Bold';
  src: local(Roboto-Bold), url('roboto/resources/Roboto-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Italic';
  src: url('roboto/resources/roboto-italic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
}