Foros del Web » Creando para Internet » CSS »

problemas con las tipografias

Estas en el tema de problemas con las tipografias en el foro de CSS en Foros del Web. tengo un problema con esta tipo que en firefox se ve bien pero en chrome no ademas se ve pequeño la letra ayuda!! Código HTML: ...
  #1 (permalink)  
Antiguo 01/01/2012, 20:34
 
Fecha de Ingreso: mayo-2007
Ubicación: Lima
Mensajes: 29
Antigüedad: 16 años, 10 meses
Puntos: 0
Pregunta problemas con las tipografias

tengo un problema con esta tipo que en firefox se ve bien pero en chrome no ademas se ve pequeño la letra ayuda!!

Código HTML:
@font-face {
    font-family: 'tall';
    src: url('tall_film-webfont.eot');
    src: url('tall_film-webfont.eot?#iefix') format('embedded-opentype'),
         url('tall_film-webfont.woff') format('woff'),
         url('tall_film-webfont.ttf') format('truetype'),
         url('tall_film-webfont.svg#tall') format('svg');
    font-weight: normal;
    font-style: normal;
}
#contenido {	
	width: 455px;
	height: 1100px;
	background: url(../img/fondo.jpg);
	padding-top: 27px;
	padding-left: 40px;
}
#contenido-web {
	width: 414px;
	height: 1064px;
	position: relative;
	font-size: 20px;
}
#con {
	width: 414px;
	height: 1064px;
	background: #838C34;
	opacity: 0.6;
}
#logo {
	top: 20px;
	position: absolute;
	width: 394px;
	height: 68px;
	text-align: right;
	padding-bottom: 15px;
	padding-right: 20px;
}
#banner {
	top: 103px;
	position: absolute;
	width: 414px;
	height: 250px;
}
#text {
	font-family: tall;
	top: 378px;
	position: absolute;
	width: 374px;
	height: 726px;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	font-size: 20px;
	text-align: justify;
}
h1 {
	font-size: 45px;
}

Etiquetas: chrome, contenido, firefox, tipografias, fondo
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 06:46.