I have an application, where the text is in English and Gujarati language. The English and Gujarati text is there on the same page. like:
Name/નામ
Now the problem is that if I have Verdana or some other font in the body tag applied through css, the font is applied on the Gujarati text as well and the text is sometimes not visible correctly, as my application uses absolute positioning (and the texts are in some div).
If i use shruti
font, then English text is not displayed correctly.
Applying Verdana in Name
and shruti in નામ
is not feasible as I will have to change my application a lot for that.
Please let me know a alternative/solution.