Picture of Dean Wilson
Re: Styling body text (H1)
by Dean Wilson - Thursday, 25 August 2016, 2:33 PM
 

Thanks Tom.

I'm using the framework. As per your advice, I've managed to get the tag working; font size and font weight all works fine. However, the font color isn't doing what I'm asking, and I'm not sure why. 

h1 {
font-size: 29px;
line-height: 140%;
font-weight: 300;
font-color: @blue;
}