Font Weights
font-weight: 300(Light);
The quick brown fox jumps over the lazy dog.
font-weight: 400(Regular);
The quick brown fox jumps over the lazy dog.
font-weight: 700(Bold);
The quick brown fox jumps over the lazy dog.
font-weight: 900(Black);
The quick brown fox jumps over the lazy dog.
Font Styles
font-style: normal;
The quick brown fox jumps over the lazy dog.
font-style: italic;
The quick brown fox jumps over the lazy dog.
Letter Spacing
letter-spacing: normal;
The quick brown fox jumps over the lazy dog.
letter-spacing: .3em;
The quick brown fox jumps over the lazy dog.
letter-spacing: -.06em;
The quick brown fox jumps over the lazy dog.
Text Decoration
text-decoration: none;
The quick brown fox jumps over the lazy dog.
text-decoration: underline;
The quick brown fox jumps over the lazy dog.
text-decoration: line-through;
The quick brown fox jumps over the lazy dog.
text-decoration: overline;
The quick brown fox jumps over the lazy dog.
Text Transform
text-transform: none;
The quick brown fox jumps over the lazy dog.
text-transform: uppercase;
The quick brown fox jumps over the lazy dog.
text-transform: lowercase;
The quick brown fox jumps over the lazy dog.
text-transform: capitalize;
The quick brown fox jumps over the lazy dog.