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
Try font-weight:normal;
font-weight:normal;
h1 { font-weight: normal; }