Hola.. me trato de traer una font que tengo guardado en mi server de la siguiente manera:
<STYLE TYPE="text/css">
.SelectedTab {
font-family: Eurostile;
src: url(http://production/Eurostile.ttf);
font-size: 14px;
color:#000000;
font-weight: bold;
}
</STYLE>
y la mando a llamar así:
<span class="SelectedTab"> prueba </span><br>
Pero no pasa nada... estoy haciendo algo mal..??