hemi_head_bd_it,
En un archivo css, puse:
Código:
  
/*LOS NAVEGADORES MODERNOS*/
@font-face{
    font-family:'Fontin-Regular';
    src: url('hemi_head_bd_it.otf') format('opentype');
}
h2{
    text-align: center;
    color: #000000;
    font-family: 'hemi_head_bd_it',georgia, serif;
    
}
en la página puse un código para que internet explorer no tuviese problemas con la fuente
Código:
  
pero las fuentes ni funcionan las rutas están bien y los archivo de las fuentes son estos:
<!--[if IE]>
        <style type="text/css" media="screen">
        @font-face{
        font-family:'Fontin-Regular';
        src: url('css/hemi_head_bd_it.eot');
        }
        </style>
        <![endif]-->
https://dl.dropboxusercontent.com/u/...head_bd_it.eot
https://dl.dropboxusercontent.com/u/...head_bd_it.otf
Agradezco su ayuda y recomendaciones.
 
 



