Click here to Skip to main content
15,888,217 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Sir , I am new in dot net...
I did implemented the web application for Hindi,
I used culture (Kruti dev Fonts )in my Dot Net application
So my problem its ok in IE6 to IE 9
when i openned in others browsers(Chrome,Mozilla etc)
then fonts is fails to visible in actual in english words
means not support to other browser please any give the idea
to resolve this problem
Posted

Your website does not behave properly with all browsers because of the font used. Indian language fonts are mostly not as regular as latin fonts, and many of the symbols are supposed to be overlapping - one character might have to appear above or below another character, but should not leave take its space while rendering, This kind of font rendering is poorly handled in earlier browsers, that's why you have the problem with white spaces.

IE5 is certainly an old browser, for which we cannot make any patch-up or repair, and cannot guarantee that all features will work good. However, if you site is a public website you can expect most visitors to be using IE6 or above, so you should have less problems.

Another important matter to be taken care here is: You should try to avoid non-unicode fonts for websites, and use some of the available standard unicode fonts for your local language websites. This will help the site to get the proper font displayed automatically. For this you need to rewrite all your contents, but once done your content will become standard, and will get guaranteed proper exposure to search engines.

reference

http://www.consultsarath.com/contents/threads/TS000061-problem-in-displaying-hindi-font-in-website.aspx[^]
 
Share this answer
 
v2
Any standard web application will use the Unicode fonts. Kruti Dev is not a unicode font. If you use Unicode, the browser will automatically load the most suitable font.

If you are not using Unicode, you have to ask the users to install that particular font that you are using on your website.

To convert your text typed in Kruti dev into unicode, you can use the following converter:

http://indiatyping.com/index.php/font-converter/krutidev-to-unicode-converter[^]
 
Share this answer
 
v2
Comments
Faizymca 24-Mar-14 6:55am    
Thank you Charan Sir for giving the good information about it..but i used culture in my application how can i used unicode..of hindi best one...please give example sir
Schatak 27-Mar-14 9:07am    
Really helpfull

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900