how to remove the bold from a headline?

后端 未结 9 1675
半阙折子戏
半阙折子戏 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:56

    THIS IS A HEADLINE

    But be sure that h1 is marked with

    font-weight:normal;
    

    You can also set the style with a id or class attribute.

提交回复
热议问题