h1,h2,h3,h4,h5,h6 taglarının boyutunu değiştirmek istiyorum. default halleri anlamsız şekilde çok büyük. ben h1 tagının diğer yazılarla aynı boyutta ve aynı tonda olmasını istiyorum. yazıyı hem büyük yapıyor, hem de kalın yazıyor. 12 piksellik boyuta, kalın olmayan yazılara nasıl dönüştürebilirim?
yardım edebilecek olan var mı?
Kodlar ise şu şekilde:
/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
font-family: "Open Sans", Arial, Helvetica, sans-serif;
font-weight: 300;
}
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a {
text-decoration: none;
}
h1, .h1 {
font-size: 32px; /* for IE8 */
font-size: 2rem;
line-height: 32px; /* for IE8 */
line-height: 2rem;
}
h2, .h2 {
font-size: 24px; /* for IE8 */
font-size: 1.5rem;
line-height: 28px; /* for IE8 */
line-height: 1.75rem;
}
h3, .h3 {
font-size: 19px; /* for IE8 */
font-size: 1.2rem;
line-height: 24px; /* for IE8 */
line-height: 1.5rem;
}
h4, .h4 {
font-size: 16px; /* for IE8 */
font-size: 1.05rem;
line-height: 19px; /* for IE8 */
line-height: 1.2rem;
}
h5, .h5 {
font-size: 13px; /* for IE8 */
font-size: 0.846rem;
line-height: 33px; /* for IE8 */
line-height: 2.09rem;
text-transform: uppercase;
letter-spacing: 2px;
}
h6, .h6 {
font-size: 12px; /* for IE8 */
font-size: 0.75rem;
line-height: 30px; /* for IE8 */
line-height: 1.85rem;
text-transform: uppercase;
letter-spacing: 2px;
}
teşekkürler.

Selam,
"h1, .h1 {
font-size: 12px; /* for IE8 */
font-size: 2rem;
line-height: 12px; /* for IE8 */
line-height: 2rem;
}"
Dener misin böyle


I ih olmadi


font-size font buyuklugu demek oluyor
32px de font buyuklugunun degeri oluyor iste.
font size 2rem dedigi yeri de 1.00 dan 2.00 ye kadar artirip azaltmayi dene
ayrica px ile biten sayiyi istedigin kadar dusurup artir.
ornek
font-size: 15px;
font-size: 1.55rem;
uyari: bu ayarlari yaptiktan sonra birkac degisik yerden test et sayfayi. bilgisayar, tablet, telefon gibi.


Peki yazinin kalin olmamasi icin napmam gerekiyor?


Kalın (bold) olmaması için:
font-weight: normal;
