@font-face {
  font-family: "AlQuranIndoPak";
  src: url("./../fonts/Al-Quran-WBW-IndoPak.ttf") format("truetype") ;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muhammadi";
  src: url("./../fonts/Muhammadi.ttf") format("truetype") ;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noorehira";
  src: url("./../fonts/noorehira.ttf") format("truetype") ;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* format("truetype") */

.font-indopak {
  font-family: AlQuranIndoPak;
}
.font-muhammadi {
  font-family: Muhammadi;
}
.font-noorehira {
  font-family: noorehira;
}
