Serve Urdu Web Fonts using CDNs. Copy CSS Rules Below and Add in your Style Tag
In my opinion PDMS_NastaliqNafees is best font in terms of character support vs font file size, so far. Lookwise Jameel Noori Nastaleeq and Lahori Nastaleeq are the best ones so far.
If you want your font to be used here, Pull requests are welcome
In my opinion PDMS_NastaliqNafees (Named Nastaleeq) is best font in terms of character support vs font file size, so far. Lookwise Jameel Noori Nastaleeq and Lahori Nastaleeq are the best ones so fa
(Recommended Font - Fast Loading) | PDMS Jauhar Regular
<style>
@font-face {
font-family: 'nastaleeq';
src: url('https://cdn.jsdelivr.net/gh/tariq-abdullah/urdu-web-font-CDN/_PDMS_Jauhar_Regular.woff') format('woff');
}
</style>
(Fast Loading) | Mehr Nastaleeq
<style>
@font-face {
font-family: 'mehr-nastaleeq';
src: url('https://cdn.jsdelivr.net/gh/tariq-abdullah/urdu-web-font-CDN/MehrNastaleeq.ttf') format('ttf');
}
</style>
<style>
@font-face {
font-family: 'nastaleeq-nafees';
src: url('https://cdn.jsdelivr.net/gh/tariq-abdullah/urdu-web-font-CDN/PDMS_NastaliqNafees.ttf') format('opentype');
}
</style>
<style>
@font-face {
font-family: 'lahori-nastaleeq';
src: url('https://cdn.jsdelivr.net/gh/tariq-abdullah/urdu-web-font-CDN/AlviLahoriNastaleeq.woff2') format('woff2');
}
</style>
<style>
@font-face {
font-family: 'jameel-noori-nastaleeq';
src: url('https://cdn.jsdelivr.net/gh/tariq-abdullah/urdu-web-font-CDN/JameelNooriNastaleeq.woff') format('woff');
}
</style>
<style>
@font-face {
font-family: 'noto-nastaleeq';
src: url('https://cdn.jsdelivr.net/gh/tariq-abdullah/urdu-web-font-CDN/NotoNastaliqUrduDraft.woff') format('woff');
}
</style>
<style>
@font-face {
font-family: 'akbar';
src: url('https://cdn.jsdelivr.net/gh/tariq-abdullah/urdu-web-font-CDN/Akbar.woff') format('woff');
}
</style>
-- if you have questions please direct them to Tariq Abdullah on [email protected]
All fonts are copyright of their respective owners. Use at your discretion and please make sure you have permission to use the font.
MIT License