marwan / indopak-quran-text

The Naskh Nastaleeq IndoPak text used on Quran.com and QuranWBW.com. This is the highly improved version of the normal IndoPak text found online and was made to closely resemble the actual IndoPak mushaf including the pause marks and rounded ayah icons.
https://quranwbw.com
41 stars 9 forks source link

Numbers are missing #5

Open BinTofajjal opened 3 months ago

BinTofajjal commented 3 months ago

CleanShot 2024-08-17 at 19 51 40

The numbers are not rendering. Which version has the numbers? Thanks.

My CSS is


 @font-face {
    font-family: 'indopak';
    src: url('/custom-assets/fonts/AlQuranIndoPakbyQuranWBW.eot');
    src: url('/custom-assets/fonts/AlQuranIndoPakbyQuranWBW.eot?#iefix') format('embedded-opentype'),
        url('/custom-assets/fonts/AlQuranIndoPakbyQuranWBW.woff2') format('woff2'),
        url('/custom-assets/fonts/AlQuranIndoPakbyQuranWBW.woff') format('woff'),
        url('/custom-assets/fonts/AlQuranIndoPakbyQuranWBW.ttf') format('truetype'),
        url('/custom-assets/fonts/AlQuranIndoPakbyQuranWBW.svg#AlQuranIndoPakbyQuranWBW') format('svg');
    unicode-range: U+0600-06FF;
}
div[style*="text-align: right"] {
    font-family: 'indopak';
    font-size: 1.55rem;
    line-height: 3rem;
    font-weight: normal;
    direction: rtl;
    text-align: right;
    unicode-range: U+0600-06FF;
}