You could just define the h1 and h2 in the style sheet as whatever font and colors you want them to be.h1 {color: blue; font-family:"veranda", sans serif;}h2 {color: black; font-family:"veranda", sans serif;}If the headings are not all the same format throughout the site you could use a class specific definition for the headings also:.className h1 {color: blue; font-family:"veranda", sans serif;}.className h2 {color: black; font-family:"veranda", sans serif;}