Skip to content

Instantly share code, notes, and snippets.

@ibnesayeed
Created September 8, 2011 21:38
Show Gist options
  • Save ibnesayeed/1204839 to your computer and use it in GitHub Desktop.
Save ibnesayeed/1204839 to your computer and use it in GitHub Desktop.
Custom User CSS for Firefox to display Urdu in Nastaleeq fonts or other suitable typefaces in Google Plus.
@-moz-document domain(plus.google.com) {
div[dir="rtl"], span[dir="rtl"].zj {
font-family: 'Jameel Noori Nastaleeq','Alvi Nastaleeq','Pak Nastaleeq','Nafees Web Naskh','Urdu Naskh Asiatype',Tahoma,'Lucida Grande',Verdana,Arial,Sans-Serif;
font-size: 130%;
}
}
@raiyanfaisal
Copy link

``

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment