Reputation: 4672
I am developing a website that support both English and Arabic. The problem is that when I use a specific font size, English looks bigger that Arabic. I know how I can work this out using CSS but if there are fonts that overcome this by default that would save time and make future updates easy.
Upvotes: 1
Views: 5746
Reputation: 1458
You could try the "Coranica" font provided by this Arabic research project, which was developed especially for the case you described:
http://www.corpuscoranicum.de/fonts/coranica_allerseelen2012_09.ttf
Upvotes: 1
Reputation: 3584
Make sure you're using multi-lingual fonts such as "Arial".
For your question I looked at Google Translate since they have same font size for all languages. They are using there the following line as "font-family"
"arial,sans-serif!important".
Take notice that letters' width and height may vary between languages and may cause the feeling of "smaller letters".
hope that helps :) glhf
Upvotes: 3