arabic-fonts
Version:
Arabic-Fonts is an npm package that provides a collection of Arabic fonts that can be used in web development projects.
35 lines (30 loc) • 633 B
CSS
@font-face {
font-family: "Al Quran - IndoPak";
src: url("./../fonts/Al-Quran-WBW-IndoPak.ttf");
}
@font-face {
font-family: "Muhammadi";
src: url("./../fonts/Muhammadi.ttf");
}
.muhammadi {
font-family: Muhammadi ;
font-size: 26px;
line-height: 44px;
}
.font-size {
font-size: 72px;
}
.indo-pak {
font-family: Al Quran - IndoPak ;
font-size: 26px;
line-height: 44px;
}
@font-face {
font-family: "noorehira";
src: url("./../fonts/noorehira.ttf") format("truetype");
}
.noorehira {
font-family: noorehira;
font-size: 26px;
line-height: 44px;
}