Crimson Text

A CSS exploration of Crimson Text in 24px.

Font Weight

font-weight: normal;

Almost before we knew it, we had left the ground.

font-weight: bold;

Almost before we knew it, we had left the ground.

Font Style

font-style: normal;

Almost before we knew it, we had left the ground.

font-style: italic;

Almost before we knew it, we had left the ground.

Letter Spacing

letter-spacing: normal;

Almost before we knew it, we had left the ground.

letter-spacing: .3em;

Almost before we knew it, we had left the ground.

letter-spacing: -.06em;

Almost before we knew it, we had left the ground.

Text Decoration

text-decoration: none;

Almost before we knew it, we had left the ground.

text-decoration: underline;

Almost before we knew it, we had left the ground.

text-decoration: line-through;

Almost before we knew it, we had left the ground.

text-decoration: overline;

Almost before we knew it, we had left the ground.

Text Transform

text-transform: none;

Almost before we knew it, we had left the ground.

text-transform: uppercase;

Almost before we knew it, we had left the ground.

text-transform: lowercase;

Almost before we knew it, we had left the ground.

text-transform: capitalize;

Almost before we knew it, we had left the ground.