In my application, I have text displayed in both English and Gujarati languages on the same page. For example:
Name/નામ
The issue arises when I apply a font like Verdana to the body tag through CSS - it affects the appearance of the Gujarati text as well, making it difficult to read properly. This is because my application uses absolute positioning for elements containing the text.
Switching to the shruti
font helps with the Gujarati text but results in the English text not being displayed correctly.
Changing fonts individually for the English and Gujarati text is not a viable solution due to the extensive modifications required in my application.
Please provide an alternative or solution to this problem. Thank you.