This Add-on (Plugin) Change Urdu text font of Facebook, Twitter and Urdu Wikipedia into Nastaleeq font.
Websites in Urdu Nastaleeq by qasimumer
Details
Authorqasimumer
LicenseCC0-1.0
Categorylocalhost
Created
Updated
Size1.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Websites in Urdu Nastaleeq
@namespace USO Archive
@author mbilalm.com
@description This Add-on (Plugin) Change Urdu text font of Facebook, Twitter and Urdu Wikipedia into Nastaleeq font.
@version 20221010.17.11
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("http://localhost/urdusoft/index.php/home") {
*[dir=rtl],
html[dir=rtl] > body,
div[dir=rtl],
span[dir=rtl],
html[dir=rtl] * {
font-family: "Jameel Noori Nastaleeq", Alvi Lahori Nastaleeq, Alvi Nastaleeq, Tahoma !important;
font-size: 111% !important;
line-height: 155% !important;
}
div[dir=auto] {
font-family: "Jameel Noori Nastaleeq", Alvi Lahori Nastaleeq, Alvi Nastaleeq, Tahoma !important;
font-size: 117% !important;
line-height: 171% !important;
}
span[dir=auto] {
font-size: 125% !important;
line-height: 155% !important;
}
.xyinxu5 {
font-family: "Jameel Noori Nastaleeq", Alvi Lahori Nastaleeq, Alvi Nastaleeq, Tahoma !important;
font-size: 137% !important;
}
.x78zum5 {
font-size: 100% !important;
}
}
@-moz-document domain("http://localhost/urdusoft/index.php/home") {
*[dir=rtl],
div[dir=rtl],
span[dir=rtl],
.tweet-text-rtl {
font-family: "Jameel Noori Nastaleeq", Alvi Lahori Nastaleeq, Alvi Nastaleeq, Tahoma !important;
font-size: 125%;
line-height: 145%;
}
}
@-moz-document domain("http://localhost/urdusoft/index.php/home") {
*[dir=rtl],
html[dir=rtl] > body,
div[dir=rtl],
span[dir=rtl],
html[dir=rtl] * {
font-family: "Jameel Noori Nastaleeq", Alvi Lahori Nastaleeq, Alvi Nastaleeq, Tahoma !important;
font-size: 105%;
}
}