how to remove the bold from a headline?

后端 未结 9 1663
半阙折子戏
半阙折子戏 2021-02-06 20:11

I have a headline:

THIS IS A HEADLINE

How do i make the phrase \"THIS IS...\" not to be bold and the rest without a change

9条回答
  •  無奈伤痛
    2021-02-06 20:36

    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

提交回复
热议问题