Skip to content

Commit

Permalink
fix: make a visual typography difference for all headings 1-6
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Jan 31, 2019
1 parent 132b057 commit 83f9fca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/dnb-ui-lib/src/style/themes/dnb-theme-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,14 @@ h3.dnb-small,

// The rest of the Headings are nod defned by the Eufemia Typography
h4 {
font-size: var(--font-size-x-default); // 20px
font-size: var(--font-size-default); // 16px
}
h5 {
font-size: var(--font-size-default); // 16px
font-size: var(--font-size-small); // 14px
}
h6 {
font-size: var(--font-size-small);
font-size: var(--font-size-small); // 14px
font-weight: var(--font-weight-book);
}

p {
Expand Down

0 comments on commit 83f9fca

Please sign in to comment.