Tipografía con CSS

26 November 2008 - por Darío Gutiérrez css

Quiero compartir con ustedes dos tipografías que he usado en los dos últimos proyectos de sitios web con hojas de estilo (css), generalemnte los uso en títulos:

Lucida Grande / Tahoma / Arial Helvetica †

[ Código css ]

h1 {
font-size: 2.2em;
font-weight: bold;
color:#000000;
font-style: italic;
font-family: candara, “Lucida Grande”, tahoma, arial, helvetica, sans-serif;
line-height: 1em;
letter-spacing: -0.025em;
margin: 0.5em 0;
}

Lucida Grande / Tahoma / Arial Helvetica †

[ Código css ]

h1 {
font-weight: bold;
color:#000000;
font-style: italic;
font: normal 28px “Lucida Grande”, “Lucida Sans Unicode”, Arial, Helvetica, sans-serif;
letter-spacing: -0.025em;
margin: 0.5em 0 0.25em;
}

0 Comments until now

Se el primero en comentar!

Agrega tu comentario!

Name*:

Mail Adress*:

Blog:

Comment*: