From 8cec9d6dc6a5eb3204e0e18830323750a4a18ca6 Mon Sep 17 00:00:00 2001 From: Aamir Shahzad Date: Wed, 10 Jan 2024 07:23:46 +0500 Subject: [PATCH] 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 --- stylesheets/_mixins.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/_mixins.scss b/stylesheets/_mixins.scss index 6142f3f78b1e..a4f5a8ae4c26 100644 --- a/stylesheets/_mixins.scss +++ b/stylesheets/_mixins.scss @@ -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 {