Jump to content

Change Font Styles for H4

Recommended Posts

Posted (edited)

Is there a way to add CSS to change the font style for only H4?  I'd like to use the style "Timberline", but I don't want all my headings to change to that style.  I'd also be okay with CSS that changes to Timberline when in italics.  I've tried searching the web for a solution but am having trouble finding something.  Thank you!

Edited by alonna
Mispelling
Posted

@Lesum Thank you!  So there's no way to use fonts that are already integrated into Squarespace?  It requires uploading a font?

Posted

To apply Timberline font for Heading 4, you can use this code to Custom CSS box.

h4 {
	font-family: timberline !important;
}

To apply Timberline for Specific Heading 4, you can make Heading 4 Italic, then use this CSS code

h4 em {
	font-family: timberline !important;
	font-style: normal !important;
}

In the next case, to find font-family of a specific font, you can follow this approach

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.