# Tipografia
A tipografia é usada para apresentar seu design e conteúdo da forma mais clara e eficiente possível.
# ⚠️ Importante
Os componentes de tipografia estão descontinuados. Procure utilizar as classes css para estilizar seu texto.
Os componentes CB1
, CB2
, CB3
, CDisplay
, CH1
, CH2
, CH3
e CSubtitle
devem ser evitados.
# Estilos de tipografia disponíveis
DISPLAY: The quick brown fox jumps over the lazy dog
H1: The quick brown fox jumps over the lazy dog
H2: The quick brown fox jumps over the lazy dog
H3: The quick brown fox jumps over the lazy dog
SUBTITLE: The quick brown fox jumps over the lazy dog
B1: The quick brown fox jumps over the lazy dog
B2: The quick brown fox jumps over the lazy dog
B3: The quick brown fox jumps over the lazy dog
BTN: The quick brown fox jumps over the lazy dog
BTN-SM: The quick brown fox jumps over the lazy dog
INPUT: The quick brown fox jumps over the lazy dog
LABEL: The quick brown fox jumps over the lazy dog
HYPERLINK: The quick brown fox jumps over the lazy dog
TAG: The quick brown fox jumps over the lazy dog
<p class="c-text-display">DISPLAY: The quick brown fox jumps over the lazy dog</p> <p class="c-text-h1">H1: The quick brown fox jumps over the lazy dog</p> <p class="c-text-h2">H2: The quick brown fox jumps over the lazy dog</p> <p class="c-text-h3">H3: The quick brown fox jumps over the lazy dog</p> <p class="c-text-subtitle">SUBTITLE: The quick brown fox jumps over the lazy dog</p> <p class="c-text-b1">B1: The quick brown fox jumps over the lazy dog</p> <p class="c-text-b2">B2: The quick brown fox jumps over the lazy dog</p> <p class="c-text-b3">B3: The quick brown fox jumps over the lazy dog</p> <p class="c-text-btn">BTN: The quick brown fox jumps over the lazy dog</p> <p class="c-text-btn-sm">BTN-SM: The quick brown fox jumps over the lazy dog</p> <p class="c-text-input">INPUT: The quick brown fox jumps over the lazy dog</p> <p class="c-text-label">LABEL: The quick brown fox jumps over the lazy dog</p> <p class="c-text-hyperlink">HYPERLINK: The quick brown fox jumps over the lazy dog</p> <p class="c-text-tag">TAG: The quick brown fox jumps over the lazy dog</p>