Fix Urdu font for Twitter in Firefox.
Fix Urdu font for Twitter in Firefox by dandy
Details
Authordandy
LicenseNo License
Categoryuserstyles, urdu
Created
Updated
Size377 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Urdu fonts for Twitter in Firefox
@version 20211013.19.08
@namespace userstyles.world/user/dandy
@description Urdu fonts for Twitter in Firefox.
@author dandy
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://twitter.com/") {
div[lang="ur"] {
direction: rtl;
font-family: Nafees !important;
}
}