Barlow Condensed

font-family: 'Barlow Condensed'
font-size: 30px

Font Weight

font-weight: normal;

I am using this sentence to test different stylings.

font-weight: bold;

I am using this sentence to test different stylings.


Font Style

font-style: normal;

I am using this sentence to test different stylings.

font-style: italics;

I am using this sentence to test different stylings.


Letter Spacing

letter-spacing: normal;

I am using this sentence to test different stylings.

letter-spacing: .3em;

I am using this sentence to test different stylings.

letter-spacing: -.3em;

I am using this sentence to test different stylings.

Text Decoration

text-decoration: normal;

I am using this sentence to test different stylings.

text-decoration: underline;

I am using this sentence to test different stylings.

text-decoration: line-through;

I am using this sentence to test different stylings.

text-decoration: overline;

I am using this sentence to test different stylings.

Text Transformation

text-transformaion: normal;

I am using this sentence to test different stylings.

text-transformaion: uppercase;

I am using this sentence to test different stylings.

text-transformaion: lowercase;

I am using this sentence to test different stylings.

text-transformaion: capitalize;

I am using this sentence to test different stylings.