lo que te dice Alberto:
http://www.forosdelweb.com/f53/font-...fuente-624460/
La forma de implementarlo es:
Cita: <style type="text/css" media="screen">
h1, h2, h3, p, td{
font-family:'Fontin-Regular', georgia, serif;
}
/*LOS NAVEGADORES MODERNOS*/
@font-face{
font-family:'Fontin-Regular';
src: url('Fontin-Regular.otf') format('opentype');
}
</style>
/* PARA INTERNET EXPLORER*/
<!--[if IE]>
<style type="text/css" media="screen">
@font-face{
font-family:'Fontin-Regular';
src: url('Fontin-Regular.eot');
}
</style>
<![endif]-->
El comentario condicional para ie y cómo crear el archivo .eot lo puedes
ver aquí
Pero bastantes usuarios han tenido problemas para implementarlo. Al final quien más o quién menos termina usando
sifr3 o técnicas por el estilo