| Index: includes/styleguide/typography/headings.md |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/includes/styleguide/typography/headings.md |
| @@ -0,0 +1,14 @@ |
| + |
| +### Headings |
| + |
| +# Heading 1 {: .h1 } |
|
juliandoucette
2017/08/09 12:06:53
NIT: I think these {: .h1 } classes are currently
ire
2017/08/09 16:50:31
Done.
|
| + |
| +## Heading 2 {: .h2 } |
| + |
| +### Heading 3 {: .h3 } |
| + |
| +#### Heading 4 {: .h4 } |
| + |
| +##### Heading 5 {: .h5 } |
| + |
| +###### Heading 6 {: .h6 } |