How to Add a Custom Font in the ClickFunnels Editor: Custom Font

If you already have a defined brand with a specific font, this is the way to integrate it into your ClickFunnels! It's pretty straight forward, and it should take you less than 5 minutes to implement it. :)

Cheat Code:

Heading

.hsSize3 {
  font-family: 'Caladea', serif;
  font-weight:700;
  font-style:Regular;
}

Body/ Paragraph

.hsSize1 {
  font-family: 'Caladea', serif;
  font-weight:400;
}

Sub-Heading

.hsSize2 {
  font-family: 'Caladea', serif;
  font-weight:700;
}

Navigation

[css ID selector] li {
  font-family: 'Caladea', serif;
  font-weight:700;
  font-style:italic;
}

Button

.elButtonMain {
  font-family: 'Caladea', serif;
  font-weight:700
}

Bold

b {
  font-family: 'Caladea', serif;
  font-weight:700
}



Powered By ClickFunnels.com