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
This is a Headline h1 { font-weight: normal; text-transform: uppercase; } h1 span { font-weight: bold; }
I'm not sure if it was just for the sake of showing us, but as a side note, you should always set uppercase text with CSS :)