ccc

CSS3: Cargar fuentes

@font-face {
   font-family: fuenteLSG;
   src: url(sansation_light.woff);
}

div {
   font-family: fuenteLSG;
}

Parámetros a aplicar en una fuente: font-family, font-stretch, font-weight, font-style, etc.

Más información en: 
http://www.w3schools.com/css/css3_fonts.asp

No hay comentarios:

Publicar un comentario