learnlayout icon indicating copy to clipboard operation
learnlayout copied to clipboard

Persian style improvements

Open incompl opened this issue 11 years ago • 3 comments

< code > tags in Persian are rtl, which is wrong, and must be ltr.

Also as a suggestion, Tahoma is not good for Persian when its representing non-small texts. Unfortunately there are not many options to choose a proper font for Persian language. I think, as many Persian websites are using DroidNaskh font and it is a stylish font, its better to change it to DroidNaskh which can be accessed from Google Web Fonts by:

@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css); font-family: 'Droid Arabic Naskh', serif;

incompl avatar Feb 17 '14 16:02 incompl

I fixed the LTR code elements problem.

We don't currently have a way to do language-specific fonts, but I want to do this.

incompl avatar Feb 17 '14 16:02 incompl

What about simply using "unicode-range" in font-face?

shahverd avatar Feb 17 '14 16:02 shahverd

The problem is that we don't currently have a mechanism for language-specific styles.

incompl avatar Feb 17 '14 16:02 incompl