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:
parent
238812382b
commit
8cec9d6dc6
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue