Page 1 of 1

how to use .EOT file in php on linux server

Posted: Sat Dec 05, 2009 12:31 am
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>

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

Posted: Sat Dec 05, 2009 4:05 am
by requinix
General Posting Guidelines

Read it. Learn it. Live it.