@font-face {
    font-family: "Roboto";
    src: url(../Fonts/Roboto-Regular.ttf) format("truetype");
    font-weight: normal;
  }
  @font-face {
    font-family: "Roboto";
    src: url(../Fonts/Roboto-Black.ttf) format("truetype");
    font-weight: 900;
  }
  @font-face {
    font-family: "Roboto";
    src: url(../Fonts/Roboto-Light.ttf) format("truetype");
    font-weight: 300;
  }
  @font-face {
    font-family: "Roboto";
    src: url(../Fonts/Roboto-Medium.ttf) format("truetype");
    font-weight: 500;
  }
  @font-face {
    font-family: "Roboto";
    src: url(../Fonts/Roboto-Bold.ttf) format("truetype");
    font-weight: bold;
  }
  