Skip to content

Websites in Urdu Nastaleeq by masoomipk

Details

Authormasoomipk

LicenseCC0-1.0

Categoryuserstyles

Created

Updated

Size1.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This Add-on (Plugin) Change Urdu text font of Facebook, Twitter and Urdu Wikipedia into Nastaleeq font.

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("facebook.com") {
*[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("twitter.com") {
*[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("ur.wikipedia.org") {
*[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%;
    }
}

Reviews

No reviews yet.