
@font-face {
   font-family: Roboto;
  src:  url("../fonts/Roboto-Light.ttf") format('truetype'); /* Open Type Font */
  font-weight: 300;
  font-style: normal;

}

@font-face {
   font-family: Roboto;
  src:  url("../fonts/Roboto-Regular.ttf") format('truetype'); /* Open Type Font */
  font-weight: 400;
  font-style: normal;

}
@font-face {
   font-family: Roboto;
  src:  url("../fonts/Roboto-Medium.ttf") format('truetype'); /* Open Type Font */
  font-weight: 500;
  font-style: normal;

}

@font-face {
   font-family: Roboto;
  src:  url("../fonts/Roboto-Black.ttf") format('truetype'); /* Open Type Font */
  font-weight: 900;
  font-style: normal;

}
