Ho provato e funziona su IE, ma non su FF (3.0.14)....boh....
Qualcuno sa qualcosa in merito?

CSS
Codice PHP:
@font-face {
    
font-family'GazelleFLF Regular';
    
srcurl('GazelleFLF.eot');
    
srclocal('GazelleFLF Regular'), url('GazelleFLF.ttf'format('truetype');

HTML
Codice PHP:
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8">
    <
style type="text/css" media="screen">
        
h1.fontface {font60px/68px 'GazelleFLF Regular'Arialsans-serif;}

        
p.style1 {font18px/27px 'GazelleFLF Regular'Arialsans-serif;}
        
        
#container {
            
width800px;
            
margin-leftauto;
            
margin-rightauto;
        }
    </
style>
</
head>

<
body>
    <
div id="container">
        <
h1 class="fontface">Font-face Demo for the Gazelle Font</h1>
    
     

    <
class="style1">GazelleFLF Regular Lorem ipsum dolor sit ametconsectetur adipisicing elitsed do eiusmod tempor incididunt ut labore et dolore magna aliquaUt enim ad minim veniamquis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequatDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariaturExcepteur sint occaecat cupidatat non proidentsunt in culpa qui officia deserunt mollit anim id est laborum.</p>

        </
div>
</
body