For translating to Punjabi in Arabic script without using font which breaks cursive connections and incorrect text direction
Launchpad.net translations - fix "lah" Arabic script font and direction by usmn
Details
Authorusmn
LicenseCC Zero
Categorylaunchpad.net
Created
Updated
Size361 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 launchpad.net - 2/8/2023, 3:06:41 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("launchpad.net") {
*:lang(lah) {
font-family: "Noto Sans Arabic", sans-serif !important;
direction: rtl;
}
}