# @npmcorp/pui-css-typography

A CSS typography component that can be installed via this npm package. The package provides all of the
CSS you need to use the component.



## Installation

To install the package, from the command line, type:

```
npm install pui-css-typography
```

## Usage

```html
<h1 class="title">h1.title 42px</h1>
<h2>h2 25px</h2>
<p class="type-sm">small text 14px</p>
```

You can find more examples of the typography component in the [pui style guide](http://styleguide.pivotal.io/elements.html#typography)

*****************************************

This is a component of Pivotal UI. It is a Pivotal specific implementation of Bootstrap.

[Styleguide](http://styleguide.pivotal.io)
[Github](https://github.com/pivotal-cf/pivotal-ui)

(c) Copyright 2015 Pivotal Software, Inc. All Rights Reserved.