Nice browser. Is it antique?
No, seriously - your browser is so old that some features of patternplate don't work as expected.
Don't worry - you can either continue with a restricted version or install an up-to-date browser.
We messed up.
Sorry, but your user experience might be affected.
- Try reloading the page
- Report the problem at github.com/patternplate/patternplate

Typography@1.0.0

<div class="c-typography">
    <h5 class="c-typography--headline5">Headline 5</h5>
    <h6 class="c-typography--headline6">Headline 6</h6>
    <p class="c-typography--body1">
    BODY 1: Spicy jalapeno bacon ipsum dolor amet cupim salami jerky, spare ribs ground round capicola ribeye strip steak ham pastrami porchetta buffalo picanha venison sirloin. Buffalo venison short ribs boudin pork chop hamburger burgdoggen andouille prosciutto beef corned beef. Beef ribs tenderloin drumstick frankfurter pork belly porchetta kevin corned beef landjaeger rump spare ribs.
    </p>
    <p class="c-typography--body3">
    BODY 3: Spicy jalapeno bacon ipsum dolor amet cupim salami jerky, spare ribs ground round capicola ribeye strip steak ham pastrami porchetta buffalo picanha venison sirloin. Buffalo venison short ribs boudin pork chop hamburger burgdoggen andouille prosciutto beef corned beef. Beef ribs tenderloin drumstick frankfurter pork belly porchetta kevin corned beef landjaeger rump spare ribs.
    </p>
    <div>
        <span class="c-typography--caption">Caption text</span>
    </div>
    <div>
        <span class="c-typography--warning">Warning text</span>
    </div>
    <div>
        <span class="c-typography--type-label-bold">Label bold text</span>
    </div>
    <div>
        <span class="c-typography--type-subtitle-bold">Subheads and subtitles in bold text</span>
    </div>
</div>