The font size is not showing what it should be on my blog. My headings in style.css as follow.
h1 {
font-size: 36px;
line-height: 40px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
h2 {
font-size: 30px;
line-height: 34px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
h3 {
font-size: 24px;
line-height: 28px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
h4 {
font-size: 18px;
line-height: 22px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
h5 {
font-size: 14px;
line-height: 18px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}