[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details

where can I have pfr fonts for this code ?

Asked by prince_bakora in JScript, Cascading Style Sheets (CSS), Font Creator

Tags: CSS, iE, Style, Fonts, PFR

hi all
I tried to apply this code to set special font for web page
//////////////////////////////
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>my page</title>

<style type="text/css">
@font-face {
font-family: "almwaheb";
src: url("almwaheb.ttf");
}
body {
font-family: "almwaheb", Tahoma;
}
</style>

</head>
<body>
<p>'D3D'E 9DJCE</p>
</body>
</html>
//////////////////////////////
it applied successful on Firefox , but no changes on Internet Explorer

they said to me that I want a .PFR font to applied on IE .
where can I find .pfr fonts ? or how can I set special font of my page and can be applied on Firefox and IE and other browsers ?

thanks
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>my page</title>
 
<style type="text/css">
@font-face {
font-family: "almwaheb";
src: url("almwaheb.ttf");
}
body {
font-family: "almwaheb", Tahoma;
}
</style>
 
</head>
<body>
<p>'D3D'E 9DJCE</p>
</body>
</html>
[+][-]09/07/09 09:47 AM, ID: 25276160Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091021-EE-VQP-81 - Hierarchy / EE_QW_3_20080625