December 9, 2014 at 8:12 am
		
		#19218
		
		
		
	
Participant
		
		
	Not sure what headlines you mean but you can add the styles for the headings to your custom css:
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: “Philosopher”,sans-serif;
    color: #555;
}
