Joohee Kim | Type Styles

Merriweather

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

Font Weight

font-weight: normal;

I am a brain, Watson. The rest of me is a mere appendix.

font-weight: bold;

I am a brain, Watson. The rest of me is a mere appendix.


Font Style

font-style: normal;

I am a brain, Watson. The rest of me is a mere appendix.

font-style: italic;

I am a brain, Watson. The rest of me is a mere appendix.


Letter Spacing

letter-spacing: normal;

I am a brain, Watson. The rest of me is a mere appendix.

letter-spacing: .3em;

I am a brain, Watson. The rest of me is a mere appendix.

letter-spacing: -.06em;

I am a brain, Watson. The rest of me is a mere appendix.


Text Decoration

text-decoration: none;

I am a brain, Watson. The rest of me is a mere appendix.

text-decoration: underline;

I am a brain, Watson. The rest of me is a mere appendix.

text-decoration: line-through;

I am a brain, Watson. The rest of me is a mere appendix.

text-decoration: overline;

I am a brain, Watson. The rest of me is a mere appendix.


Text Transform

text-transform: none;

I am a brain, Watson. The rest of me is a mere appendix.

text-transform: uppercase;

I am a brain, Watson. The rest of me is a mere appendix.

text-transform: lowercase;

I am a brain, Watson. The rest of me is a mere appendix.

text-transform: capitalize;

I am a brain, Watson. The rest of me is a mere appendix.