how to remove the bold from a headline?

Asher Saban picture Asher Saban · Nov 10, 2011 · Viewed 161k times · Source

I have a headline:

<h1>THIS IS A HEADLINE</h1>

How do i make the phrase "THIS IS..." not to be bold and the rest without a change? couldn't find any relevent tag in text-decoration.

Answer

Sarfraz picture Sarfraz · Nov 10, 2011

The heading looks bold because of its large size, if you have applied bold or want to change behaviour, you can do:

h1 { font-weight:normal; }

More: http://www.w3.org/TR/css3-fonts/#font-weight-prop