Text Transform
Use these classes to set the capitalization of text.
If you use the uppercase class, don't forget to combine it with a tracking utility from the letter-spacing module.
%= head %>
<%= siteHeader %>Use these classes to set the capitalization of text.
If you use the uppercase class, don't forget to combine it with a tracking utility from the letter-spacing module.
<p class="ttu tracked">Uppercase</p>
Uppercase
<p class="ttl">Uppercase</p>
LOWERCASE
<p class="ttc">Capitalize</p>
capitalize multiple words
<%= srccss %>