<style>
@font-face {
font-family: "nombreDeLaFuente";
src: url("http://www.tusitio.com/fuentes/archivo.ttf");
}
</style>
Bien. Hice lo indicado pero me dá el sgte. "Error al analizar estilos":
<head>
<style>
@font-face {
font-family: HelveticaNeue Condensed;
src: url(http://www.misitio.com/fuentes/hlb_____.pfm);
}
</style>
He aquí que hice, entonces, la prueba con una fuente que sí tengo en el win y me larga el MISMO error

<head>
<style>
@font-face {
font-family: Franklin Gothic Book;
src: url(http://www.misitio.com/fuentes/FRABK.ttf);
}
</style>
Cómo lo puedo slucionar para ambos casos?