954,598 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

website in hindi

Hi,

I am preparing website in English and Hindi, As per my search for web site in hindi there is need of font embedding for this we need two types of files

.eot and
.pfr

I make both files and attach it too.

it is working properly in I.E but not working properly in mozilla

following code is use by me for attaching files

CAN ANY ONE TELL ME WHAT CAN BE PROBLEM??

THANKS

shruti sepra
Newbie Poster
19 posts since May 2008
Reputation Points: 11
Solved Threads: 0
 

have no idea

musicbox
Junior Poster
136 posts since Jan 2007
Reputation Points: 8
Solved Threads: 5
 

as per my knowledge I has to use UNICODE , it does not need any kind of other support

shalinikathait
Newbie Poster
1 post since Jan 2011
Reputation Points: 10
Solved Threads: 0
 

Have you tried adding the fonts via CSS? if not, do it like this:

@font-face {
  font-family: Arial;
  font-style:   normal;
  font-weight: normal;
  src:url(http://www.SiteAddress.htm/EOTfileName.eot);
}


the only bad thing about using external fonts is that the user will have to wait until the font is downloaded before he/she can see it.

bvelez352
Light Poster
28 posts since Jan 2011
Reputation Points: 10
Solved Threads: 4
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You