I`ve search in the css, but bold is only mentioned in some other context.
I`ve search in the css, but bold is only mentioned in some other context.
H2 elements are bold by default. So you have to use something like:
h2 {font-weight:normal;}
in your CSS.
This topic has been closed to new replies.