<h4>Heading 4</h4>
<h4>{{ h4_text|default(h4_text) }}</h4>
{
"h4_text": "Heading 4"
}
h4,
.h4,
%h4 {
@include themify {
color: $heading-4-color;
}
margin-bottom: .75rem;
font-family: $heading-4-font-family;
}
Headers create structure. They provide a quick way to scan the main sections of a website.