Open Sans

font-family: 'Open Sans';

font-size: 24px;

Font Weight


font-weight: lighter;

The quick brown fox jumps over the lazy dog.

font-weight: normal;

The quick brown fox jumps over the lazy dog.

font-weight: bold;

The quick brown fox jumps over the lazy dog.

Font Style


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.