Skip to content

Commit

Permalink
Merge pull request #994 from SwedbankPay/feature/SWED-2520-title_6_fo…
Browse files Browse the repository at this point in the history
…nt_family

SWED-2520 update font-family title-6
  • Loading branch information
goldenraphti authored Jul 26, 2024
2 parents c55b9f6 + 20f5906 commit f2e1919
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/App/Identity/identity/Typography/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const Desktop = () => (
<td>
<h6>Title 6</h6>
</td>
<td>Arial bold</td>
<td>Swedbank Headline Bold</td>
<td>14 px</td>
<td>20 px</td>
</tr>
Expand Down Expand Up @@ -238,7 +238,7 @@ const Mobile = () => (
<td>
<h6>Title 6</h6>
</td>
<td>Arial bold</td>
<td>Swedbank Headline Bold</td>
<td>14 px</td>
<td>22 px</td>
</tr>
Expand Down
3 changes: 2 additions & 1 deletion src/less/core/typography.less
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,10 @@ h5,

h6,
.h6 {
font-family: var(--brand-headline);
font-size: 0.875rem;
line-height: 1.375rem;
font-weight: var(--font-weight-bold, 700);
font-weight: var(--font-weight-header, 400);

.material-icons,
:is(
Expand Down

0 comments on commit f2e1919

Please sign in to comment.