Итак вот моя проблемка:
Я меняю шрифт h1 в css, в ифрейме ньюс шрифт меняется на ужасный, и получаются очеень большие буквы, а в других местах всё нормально. Много раз меняла шрифт, но всё равно всё так же. =_=
Помогите пожалуйста)
Вот код css:
body, p, td{
font-family: Verdana;
font-size: 9pt;
color: #727272;
}
A:link {
color: #23c9e7;
text-decoration: none;
font-size: 9pt;
}A:visited {
color: #23c9e7;
text-decoration: none;
font-size: 9pt;
}
A:active {
color: #23c9e7;
text-decoration: none;
font-size: 9pt;
font-weight: bold;
}
A:hover {
color: #23c9e7;
text-decoration: none;
font-size: 9pt;
font-style:italic;
}textarea, input, select, option {
font-size: 9pt;
color: #b5b5b5;
background-color: #ffffff;
border: #9a9a9a dotted 1px;
}b {
color: #ff5fd7;
font-size: 9pt;
}i {
color: #23c9e7;
font-size: 9pt;
}u {
color:#6a8385;
font-size: 9pt;
}s {
color:#a67397;
font-size: 9pt;
}h1 {
font-size:14pt;
color: #989898;
text-align: left;
margin-bottom:0px;
margin-top: 0px;
font-family: Tekton Pro;
background-image:url(h1.jpg);
text-align: center;
}h2 {
font-size:12pt;
color: #ffffff;
text-align: left;
font-family: Tekton Pro;
background-image:url(h2.jpg);
text-align: center;
font-weight:normal;
font-style:italic;
margin-bottom: 0px;
margin-top: 0px;
}a img {
border: 3px solid #ff80da;
padding: 0px;
}a:hover img {
border: 3px solid #bdbdbd;
padding: 0px;
}