Skip to content

Commit

Permalink
chore(kotti): Typography Table
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWendelborn committed Jan 3, 2019
1 parent 9015455 commit fe56b66
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions www/pages/foundations/typography.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ You can download fonts at <a href="https://fonts.google.com/specimen/Open+Sans">

## Formatting

| Style | Notes |
|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------|
| *Italics text* | Using `<em>` |
| **This is bold text** | Using `<strong>` |
| <ol><li>This is an ordered list;</li><li>Second item of ordered list;</li><li>Third item of ordered list.</li></ol>|`<li>` element has margin `8px` with default `line-height` | |
| <ul><li>This is an unordered list;</li><li>Second item of unordered list;</li><li>Third item of unordered list.</li></ul> | same as ordered list |
| Style | Notes |
|:--------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------|
| *Italics text* | Using `<em>` |
| **This is bold text** | Using `<strong>` |
| <ol><li>This is an ordered list;</li><li>Second item of ordered list;</li><li>Third item of ordered list.</li></ol> | `<li>` element has margin `8px` with default `line-height` |
| <ul><li>This is an unordered list;</li><li>Second item of unordered list;</li><li>Third item of unordered list.</li></ul> | same as ordered list |

</template>

<script>
Expand Down

0 comments on commit fe56b66

Please sign in to comment.