how to use .EOT file in php on linux server

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
manojsemwal1
Forum Contributor
Posts: 217
Joined: Mon Jun 29, 2009 4:13 am
Location: India

how to use .EOT file in php on linux server

Post by manojsemwal1 »

anybody help me run .eot file in linux based server.

my script are like.
<html>
<head>

<defanged-meta http-equiv ="Content-Type" content ="text/html; charset =x-user-defined">
<SCRIPT SRC="hindifonts.js" TYPE="text/javascript">
</SCRIPT>


<STYLE TYPE="text/css">
<!-- /* $WEFT -- Created by: manoj (manojsemwal1@gmail.com) on 12/2/2009 -- */
@font-face {
font-family: KrutiPad 010;
font-style: normal;
font-weight: normal;
src: url(KRUTIPA1.eot);
}
-->

</STYLE>

</head>
<body>
<font face="KrutiPad 010" size="10pt">abcdefghijklmnopqrstuvwxyz</font>
</body>
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: how to use .EOT file in php on linux server

Post by requinix »

General Posting Guidelines

Read it. Learn it. Live it.
Post Reply