@font-face {
    font-family: "Roobert";
    src: url("fonts/roobert/RoobertPROTRIAL-Regular.woff") format('woff');
    font-weight: normal;
  }
  
  @font-face {
    font-family: "Roobert";
    src: url("fonts/roobert/RoobertPROTRIAL-Bold.woff") format('woff');
    font-weight: bold;
  }
  
  @font-face {
    font-family: "Roobert";
    src: url("fonts/roobert/RoobertPROTRIAL-Heavy.woff2") format('woff2');
    font-weight: 300; /* or font-weight: bold; depending on the weight of your "light" font */
  }
  
  @font-face {
    font-family: "Roobert";
    src: url("fonts/roobert/RoobertPROTRIAL-BoldItalic.woff") format('woff');
    font-weight: 100; /* or font-weight: normal; depending on the weight of your "thin" font */
  }
  
  *{
    font-family:Roobert
  }