urdu not showing properly for published links
-
when i publish a link which has urdu text it is not showing properly like
http://simp.ly/p/9dnSZj
the direction is not correct you could just simply use dir=”auto” to fix that also the font is not good you could use calibri which is good for both urdu and english please -
.note-detail-markdown {
user-select: auto;
font-family: ‘Noto Serif’, serif;
font-size: 19px;
line-height: 1.7;
word-wrap: break-word;
font-family: calibri;
}
the issue can be fixed with changing just this one rule -
Thanks for reporting this and sharing your suggested fix!
I’ve submitted a bug report to our development team so they can take a closer look.