<!-- Default -->
<h2>Heading 2</h2>
<!-- Light -->
<h2 class="vd-heading-light">Heading 2</h2>
<h2{%if styleModifier %} class="{{ styleModifier }}"{% endif %}>{{ text }}</h2>
/* Default */
{
"text": "Heading 2"
}
/* Light */
{
"text": "Heading 2",
"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.