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