Skip to content

Commit

Permalink
docs(typography): Use header typography classes in the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoglesby08 committed Aug 3, 2017
1 parent 4548abe commit 230c97d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs-new/elements/typography.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,24 +63,24 @@ To create consistent leading the line height is set to double the value of the b

<br>

# Display Heading 1
<h1 class="display-heading-1">Display Heading 1</h1>

To be used in Hero Banners. Text within it should only wrap to a maximum of 2 lines.

```html
<h1 class="display-heading-1">Heading 1</h1>
```

# Heading 1
<div class="heading-1">Heading 1</div>

Primary headlines, tops of category pages.

```html
<h1>Heading 1</h1>
<div egclass="heading-1">Heading 1</div>
<div class="heading-1">Heading 1</div>
```

## Heading 2
<div class="heading-2">Heading 2</div>

Secondary headlines, tops of content compartments.

Expand All @@ -89,7 +89,7 @@ Secondary headlines, tops of content compartments.
<div class="heading-2">Heading 2</div>
```

### Heading 3
<div class="heading-3">Heading 3</div>

Tertiary headline; tops of content buckets.

Expand All @@ -98,7 +98,7 @@ Tertiary headline; tops of content buckets.
<div class="heading-3">Heading 3</div>
```

#### Heading 4
<div class="heading-4">Heading 4</div>

Quaternary headline.

Expand Down

0 comments on commit 230c97d

Please sign in to comment.