Type Styles of Open Sans

font family: 'Open Sans';
font-size: 15pt;

Font Weight

font-weight: normal;

This is a sentence of sample text.

font-weight: bold;

This is a sentence of sample text.

Font Style

font-style: normal;

This is a sentence of sample text.

font-style: italic;

This is a sentence of sample text.

Letter Spacing

letter-spacing: normal;

This is a sentence of sample text.

letter-spacing: 0.4em;

This is a sentence of sample text.

letter-spacing: -0.1em;

This is a sentence of sample text.

Text Decoration

text-decoration: none;

This is a sentence of sample text.

text-decoration: underline;

This is a sentence of sample text.

text-decoration: line-through;

This is a sentence of sample text.

text-decoration: overline;

This is a sentence of sample text.

Text Transform

text-transform: none;

This is a sentence of sample text.

text-transform: uppercase;

This is a sentence of sample text.

text-transform: lowercase;

This is a sentence of sample text.

text-transform: capitalize;

This is a sentence of sample text.