Skip to content

Commit a4b9ba8

Browse files
Barsnesmimarz
authored andcommitted
fix(heading): make md heading work (#2485)
fixes medium sized headings.
1 parent c392fd9 commit a4b9ba8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/lemon-countries-smoke.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@digdir/designsystemet-css": patch
3+
---
4+
5+
Heading: Fix `md` heading size

packages/css/baseline/typography.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
font-weight: var(--ds-heading-md-font-weight);
4444
line-height: var(--ds-heading-md-line-height);
45-
font-size: var (--ds-heading-md-font-size);
45+
font-size: var(--ds-heading-md-font-size);
4646
letter-spacing: var(--ds-heading-md-letter-spacing);
4747
}
4848

0 commit comments

Comments
 (0)