Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persian style improvements #91

Open
incompl opened this issue Feb 17, 2014 · 3 comments
Open

Persian style improvements #91

incompl opened this issue Feb 17, 2014 · 3 comments

Comments

@incompl
Copy link
Owner

incompl commented Feb 17, 2014

< 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
Copy link
Owner Author

incompl commented Feb 17, 2014

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.

@shahverd
Copy link
Contributor

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

@incompl
Copy link
Owner Author

incompl commented Feb 17, 2014

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

@incompl incompl added translation and removed todo labels Sep 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants