<divclass="env-text-h1">Looks like heading 1</div><divclass="env-text-h2">Looks like heading 2</div><divclass="env-text-h3">Looks like heading 3</div><divclass="env-text-h4">Looks like heading 4</div><divclass="env-text-h5">Looks like heading 5</div><divclass="env-text-h6">Looks like heading 6</div><divclass="env-text-p">Looks like paragraph</div><divclass="env-text-small">Looks like small</div>
Transformation
will be all uppercase
THIS WILL BE LOWERCASE
every word will start with a capital letter.
This text will be hard to read
<pclass="env-text env-text--uppercase">will be all uppercase</p><pclass="env-text env-text--lowercase">THIS WILL BE LOWERCASE</p><pclass="env-text env-text--capitalize">
every word will start with a capital letter.
</p><pclass="env-text env-text--strike">This text will be hard to read</p>
<pclass="env-text"><ahref="#"class="env-link">An example link</a></p><pclass="env-text"><ahref="#"class="env-link-secondary">A secondary link</a></p>
Link icons 2025.07.1
Link icons are used to indicate the type of link, such as external links or links that open in a new window. The icons should be used with the env-link-icon class.
<pclass="env-text"><ahref="#"target="_blank">Link that opens in new window<svgclass="env-link-icon"aria-hidden="true"><usehref="/sitevision/link-icons.svg#link-tab"></use></svg><spanclass="env-assistive-text">Opens in new window</span></a></p><pclass="env-text"><ahref="#">An external link<svgclass="env-link-icon"aria-hidden="true"><usehref="/sitevision/link-icons.svg#link-external"></use></svg><spanclass="env-assistive-text">External link</span></a></p><pclass="env-text"><ahref="#"target="_blank">External link, opens in new window<svgclass="env-link-icon"aria-hidden="true"><usehref="/sitevision/link-icons.svg#link-external-tab"></use></svg><spanclass="env-assistive-text">External link, opens in new window</span></a></p>
File link icons 2025.07.1
The file link icons may be used to indicate the type of file linked to, such as PDF, Word, Excel, etc.
The icons should be used with the env-link-icon class. An additional element using env-link-meta may be used to provide file type and size information.
<pclass="env-text"><ahref="#"target="_blank">Link to PDF document, opens in new window<svgclass="env-link-icon"aria-hidden="true"><usehref="/sitevision/file-icons.svg#file-pdf"></use></svg><spanclass="env-assistive-text">pdf, 42 kB, opens in new window</span></a><spanclass="env-link-meta"aria-hidden="true">(pdf, 42 kB)</span></p>
Available file link icons:
#file-ms-word
#file-ms-powerpoint
#file-ms-excel
#file-ms-notes
#file-text
#file-archive
#file-image
#file-pdf
#file-media
#file
#folder
Blockquote 2025.04.2
Classname env-blockquote or <blockquote> element inside an env-text wrapper will get theme blockquote styling.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.
<blockquoteclass="env-blockquote"><pclass="env-text-quotation-01">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam, quis nostrud exercitation ullamco laboris.
</p></blockquote>
Mark 2025.04.2
Classname env-mark or <mark> element inside an env-text wrapper will use theme mark highlight colors.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Sed do eiusmod tempor incididunt ut labore et ipsum dolor magna aliqua.
<p>
Lorem <markclass="env-mark">ipsum dolor</mark> sit amet, consectetur
adipiscing elit.
</p><pclass="env-text">
Sed do eiusmod tempor incididunt ut labore et <mark>ipsum dolor</mark> magna
aliqua.
</p>
Legacy class names Deprecated
The class env-text--muted is deprecated. Use UI Text or Content Text styles instead. The muted style often results in insufficient contrast, especially in custom themes.