943,960 Members | Top Members by Rank

Ad:
Oct 13th, 2008
0

website in hindi

Expand Post »
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
Similar Threads
Reputation Points: 11
Solved Threads: 0
Newbie Poster
shruti sepra is offline Offline
19 posts
since May 2008
Oct 13th, 2008
0

Re: website in hindi

have no idea
Reputation Points: 8
Solved Threads: 5
Junior Poster
musicbox is offline Offline
116 posts
since Jan 2007
Jan 29th, 2011
0
Re: website in hindi
as per my knowledge I has to use UNICODE , it does not need any kind of other support
Reputation Points: 10
Solved Threads: 0
Newbie Poster
shalinikathait is offline Offline
1 posts
since Jan 2011
Jan 30th, 2011
0
Re: website in hindi
Have you tried adding the fonts via CSS? if not, do it like this:

HTML and CSS Syntax (Toggle Plain Text)
  1. @font-face {
  2. font-family: Arial;
  3. font-style: normal;
  4. font-weight: normal;
  5. src:url(http://www.SiteAddress.htm/EOTfileName.eot);
  6. }

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.
Reputation Points: 10
Solved Threads: 4
Light Poster
bvelez352 is offline Offline
28 posts
since Jan 2011

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in HTML and CSS Forum Timeline: Image is getting in the way of div table help on hover
Next Thread in HTML and CSS Forum Timeline: text not wrapping around navigation





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC