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
<link rel="fontdef" src="embed/AKRUTI01.eot">
<link rel="fontdef" src="pfr/untitled.pfr">

CAN ANY ONE TELL ME WHAT CAN BE PROBLEM??

THANKS

Recommended Answers

All 3 Replies

have no idea

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

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.