Link to home
Start Free TrialLog in
Avatar of prince_bakora
prince_bakora

asked on

where can I have pfr fonts for this code ?

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
<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>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of lherrou
lherrou
Flag of Ukraine image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.