Skip to content

Commit bdddc02

Browse files
committed
hange font-weight in galleries standfirst
1 parent acf556f commit bdddc02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dotcom-rendering/src/components/Standfirst.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { css } from '@emotion/react';
22
import {
33
from,
4-
headlineBold17,
54
headlineLight17,
65
headlineLight20,
76
headlineLight24,
@@ -90,7 +89,7 @@ const decideFont = ({ display, design, theme }: ArticleFormat) => {
9089
`;
9190
}
9291
return css`
93-
${headlineBold17}
92+
${headlineMedium20}
9493
`;
9594
case ArticleDesign.Obituary:
9695
case ArticleDesign.Comment:

0 commit comments

Comments
 (0)