fix(font): Add Sindhi-specific CSS for font clarity (@Shamsuddin45)#8202
fix(font): Add Sindhi-specific CSS for font clarity (@Shamsuddin45)#8202Shamsuddin45 wants to merge 2 commits into
Conversation
Add language-specific CSS for Sindhi language font clarity.
|
hi, why is this needed. what makes sindhi different to other languages with joiningScript? |
Thanks for pointing that out. I noticed this specifically while testing the Sindhi language. With the default font and letter spacing, some Sindhi words were rendered incorrectly because certain joining characters appeared disconnected. Applying letter-spacing: normal together with a font that properly supports Sindhi (e.g. Noto Sans Arabic/Lateef) fixed the rendering. I haven't yet verified whether the same issue affects all other joiningScript languages, so I scoped the change to Sindhi to avoid changing typography for languages I hadn't tested. |
|
|
hi @Shamsuddin45 , could you provide an example custom text in sindhi and two screenshots, one with the default font and one with the MB lateefi font. And could you find a font that is open source that does the same? |
Of course here is it ! Screenshot 1 is "MB Lateefi" & Screenshot 2 is "Roboto Mono"
|
|
is this the same text? can you provide it as text as well? |





Add language-specific CSS for Sindhi language font clarity.
Description
Checks
packages/schemas/src/languages.tsfrontend/src/ts/constants/languages.tsfrontend/static/languagespackages/schemas/src/themes.tsfrontend/src/ts/constants/themes.tsfrontend/static/themespackages/schemas/src/layouts.tsfrontend/static/layoutsfrontend/static/webfontspackages/schemas/src/fonts.tsfrontend/src/ts/constants/fonts.tsCloses #