Hi,
I am trying to have in my blog's home page http://www.babymarx.com/ a "normal" font-weight, but I can“t make it happen. If I write font-weight: normal; it will appear in bold. So I tried with font-weight: lighter; and the first post and the single posts templates are OK. But the second and third posts in the home page still appear in bold.
body {
font-family: "courier";
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: lighter;
line-height: 1.7em;
}
Do you have any suggestions that could help?
Thanks a lot.