@font-face {
  font-family: "Roboto";
  src: url(roboto-regular.woff2);
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url(roboto-bold.woff2);
  font-weight: bold;
}

@font-face {
  font-family: "Roboto";
  src: url(roboto-italic.woff2);
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url(roboto-bold-italic.woff2);
  font-style: italic;
  font-weight: bold;
}