@font-face {
  font-family: Roboto;
  src: url(/assets/font/Roboto-Regular.ttf);
  font-weight: regular;
}

@font-face {
  font-family: Roboto;
  src: url(/assets/font/Roboto-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: Roboto;
  src: url(/assets/font/Roboto-SemiBold.ttf);
  font-weight: semi bold;
}

* {
  font-family: Roboto;
  font-weight: regular;
}

h1 {
    font-family: Roboto;
  font-weight: bold;
}