fix(styleguide) remove reference to 'cosby' within headings

refs: UIDEV-246

test plan:
- navigate to localhost:3000/styleguide#typography and ensure the
  headings section does not reference 'Cosby sweater' but rather
  lorem ipsum

Change-Id: Id5c89f457b0a86d24988c7b4643e184b498223fa
Reviewed-on: https://gerrit.instructure.com/183132
Tested-by: Jenkins
Reviewed-by: Arlo Guthrie <aguthrie@instructure.com>
Product-Review: Arlo Guthrie <aguthrie@instructure.com>
QA-Review: Daniel Sasaki <dsasaki@instructure.com>
This commit is contained in:
Pam Hiett 2019-02-27 13:39:09 -07:00 committed by Pam Hiett
parent 1abdad37d6
commit 1629413fac
1 changed files with 8 additions and 8 deletions

View File

@ -67,12 +67,12 @@
Use `<h2>` as page content heading
```html
<h1>H1 Cosby sweater vinyl street art</h1>
<h2>H2 Cosby sweater vinyl street art</h2>
<h3>H3 Cosby sweater vinyl street art</h3>
<h4>H4 Cosby sweater vinyl street art</h4>
<h5>H5 Cosby sweater vinyl street art</h5>
<h6>H6 Cosby sweater vinyl street art</h6>
<h1>H1 Lorem ipsum dolor sit amet</h1>
<h2>H2 Lorem ipsum dolor sit amet</h2>
<h3>H3 Lorem ipsum dolor sit amet</h3>
<h4>H4 Lorem ipsum dolor sit amet</h4>
<h5>H5 Lorem ipsum dolor sit amet</h5>
<h6>H6 Lorem ipsum dolor sit amet</h6>
```
## Unordered Lists
@ -95,7 +95,7 @@ Use `<h2>` as page content heading
</ol>
```
## Unstyled Lists
## Unstyled Lists
Add `class="unstyled"`
@ -130,4 +130,4 @@ Add `class="unstyled"`
```
*/
*/