How to use Hindi fonts on Website
Now in current world the importance of multi lingual websites has increased.
People demands for sites in different languages for different uses.
I have a site on which I have to show data in Hindi.
This had become a major issue while development.
I had searched the internet and found a solution named Microsoft WEFT.
I was very happy to find a solution. I start working on the basis of
this software. But after successful launch of website the use had found
an major issue. The .eot files are only supported on IE browsers.
Now, this is the time to work like a machine to search for a true solution.
I have searched many sites.
But, finally god give me the solution by giving me the concept of UNICODE fonts
Here is the example how to use UNICODE fonts.
use these sites to make entry in hindi
http://utopianvision.co.uk/hindi/write/
http://www.geocities.com/matthewblackwell/hindiEditor.html
You can make entry in hindi for ex.
on this http://utopianvision.co.uk/hindi/write/
in second text box enter
aam
bharat
mahaaraaNaa
these will get appear in the second box.
copy text and paste where ever you want. Unicode fonts are browser compatible.
If you want to insert UNICODE fonts into database, you have to take a UNICODE supported field i.e.
Nvarchar datatype don't use varchar datatype.
Please let me know if you want to know more about this.
People demands for sites in different languages for different uses.
I have a site on which I have to show data in Hindi.
This had become a major issue while development.
I had searched the internet and found a solution named Microsoft WEFT.
I was very happy to find a solution. I start working on the basis of
this software. But after successful launch of website the use had found
an major issue. The .eot files are only supported on IE browsers.
Now, this is the time to work like a machine to search for a true solution.
I have searched many sites.
But, finally god give me the solution by giving me the concept of UNICODE fonts
Here is the example how to use UNICODE fonts.
use these sites to make entry in hindi
http://utopianvision.co.uk/hindi/write/
http://www.geocities.com/matthewblackwell/hindiEditor.html
You can make entry in hindi for ex.
on this http://utopianvision.co.uk/hindi/write/
in second text box enter
aam
bharat
mahaaraaNaa
these will get appear in the second box.
copy text and paste where ever you want. Unicode fonts are browser compatible.
If you want to insert UNICODE fonts into database, you have to take a UNICODE supported field i.e.
Nvarchar datatype don't use varchar datatype.
Please let me know if you want to know more about this.
Comments
I am creating one Spiritual site which contains lot of information on ancient mantra's from Vedas and ancient books.
Basically I need to uploaded these stuff in hindi in SQL Express database through my admin interface and when users see the webpage, no need to download any fonts, he should be able to see the page irrespective of browser type and version.
Thanks
KK Paliwal
Thanks for your information.....
mangal is the unicode font and there are many softwares available which convert hindi (written in shusha or krutidev etc) to unicode!
like in asp.net select the properties of the particular textbox.in that font--> font name change from there like mangal for hindi. another use the utf8 fr other languages on the source page!!
3.link the style sheet to ur index page,
2. use css @font-face rule to embabe your font in ur code.
and thats its
Regards,
Tim @ web designer in Minneapolis
Reference: https://webdesignvalley.com/