hi vineet,
There are two method to use the font on web pages
Downloadable font
Dynamic Font
In First case you have to put the font file on your web site by giving the option to download it. The visitor has to download the required font from your web site. After download he has to install it on his local machine. Then only he would be able to view your site in hindi.
and
In second case you have to prepare EOT, In this case the web server would serve the Dynamic font to the visitor and he need not to download the font and install it. Hence this method is preferable.
Procedure to prepare Dynamic Fonts ( EOT) -
Before creating these files keep following points in your mind -
- <LI class=body>Install the desired font on your local machine first. <LI class=body>Keep the file name same as your font name.
- Do not use multiple hindi fonts while authoring.
EOT file Creation : For EOT creation, you have to use WEFT tool from Microsoft and can be downloaded from the URL -
http://download.microsoft.com/download/8/a/1/8a1be03f-f7fc-4504-af9a-7b9230775284/WEFTIII2b1.exe
Install it on your server and follow the software options.
For more detailed information visit the Microsoft web site at URL
http://www.microsoft.com/typography/web/embedding/weft3
Read the WEFT 3 wizards.
Regards
Jitender