14/03/2008, 18:47
|
Colaborador | | Fecha de Ingreso: junio-2007
Mensajes: 5.798
Antigüedad: 17 años, 5 meses Puntos: 539 | |
Re: tipografía Un vistazo con Firebug:
al html:
Código:
<div id="copy">The Delfina Foundation....</div>
Y al css:
Código:
}
#copy {
color:#333333;
font-family:"Myriad Web","Trebuchet MS",Verdana,sans-serif;
font-size:0.8em;
line-height:1.5em;
width:420px;
}
|