Hola pablolombardo y txemaarbulo
Gracias por su ayuda.
Ya me funcionó.
Les hago otras preguntas:
Me dice txemaarbulo que agregue así la fuente:
Código CSS:
Ver original@font-face {font-family: "nombre-tipografia";src: url(http://www.directorio-donde-cargas-la-tipografia-completa/nombre-de-la-tipografia.ttf) format("truetype");}
Y me funciona.
Cuando se agerga así es cuando la fuente esta instalada en el equipo?:
Código CSS:
Ver original@font-face {
font-family: 'DeftoneStylusRegular';
src: url('deftone_stylus-webfont.eot');
src: url('deftone_stylus-webfont.eot?#iefix') format('embedded-opentype'),
url('deftone_stylus-webfont.woff') format('woff'),
url('deftone_stylus-webfont.ttf') format('truetype'),
url('deftone_stylus-webfont.svg#DeftoneStylusRegular') format('svg');
font-weight: normal;
font-style: normal;
}
Las funentes LeagueGothicRegular y DeftoneStylusRegular son de uso comercial o tienen alguna restricción.
Gracias por su ayuda