Good Urdu Fonts Support

Hello,
There is a simple feature request for Desktop app with good Urdu fonts support.
On the Desktop app the font for Urdu language is not good enough. Choosing a better font at least will be a great feature.
It's very much related to PR but with Urdu fonts instead of Persian fonts https://github.com/signalapp/Signal-Desktop/pull/6688
This commit is contained in:
Aamir Shahzad 2024-01-10 07:23:46 +05:00
parent 238812382b
commit 8cec9d6dc6
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@
font-family: 'Vazirmatn', -apple-system, system-ui, BlinkMacSystemFont,
'Segoe UI', Tahoma, 'Noto Sans Arabic', Helvetica, Arial, sans-serif;
}
/* Urdu */
&:lang(ur) {
font-family: 'Noto Nastaliq Urdu', Gulzar, 'Jameel Noori Nastaleeq', 'Faiz Lahori Nastaleeq', 'Urdu Typesetting', Helvetica, Arial, sans-serif;
}
}
@mixin font-family {