H 5

<!-- Default -->
<h5>Heading 5</h5>

<!-- Light -->
<h5 class="vd-heading-light">Heading 5</h5>

<h5{%if styleModifier %} class="{{ styleModifier }}"{% endif %}>{{ text }}</h5>
/* Default */
{
  "text": "Heading 5"
}

/* Light */
{
  "text": "Heading 5",
  "styleModifier": "vd-heading-light"
}

The Section Title is obtained with the .vd-section-title class.

The Icon Title is obtained with the .vd-icon-title class.