Raleway

font-family: 'Raleway;
font-size: 24px;


Font Weight

font-weight: normal;

I am Beyonce, always.

font-weight: bold;

I am Beyonce, always.


Font Style

font-style: normal;

I am Beyonce, always.

font-style: italic;

I am Beyonce, always.


Letter Spacing

letter-spacing: normal;

I am Beyonce, always.

letter-spacing: .3em;

I am Beyonce, always.

letter-spacing: - .06em;

I am Beyonce, always.


Text Decoration

text-decoration: none;

I am Beyonce, always.

text-decoration: underline;

I am Beyonce, always.

text-decoration: line-through;

I am Beyonce, always.

text-decoration: overline;

I am Beyonce, always.


Text Transform

text-transform: none;

I am Beyonce, always.

text-transform: uppercase;

I am Beyonce, always.

text-transform:lowercase;

I am Beyonce, always.

text-transform: capitalize;

I am Beyonce, always.