Skip to content

Commit 1b1a576

Browse files
Remove font weight override
1 parent 695f3f2 commit 1b1a576

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

dotcom-rendering/src/components/Standfirst.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -417,15 +417,6 @@ export const Standfirst = ({ format, standfirst, layoutType }: Props) => {
417417
layoutType?.startsWith('immersive')
418418
? immersiveGridOverrides
419419
: undefined,
420-
layoutType?.startsWith('immersive') === true &&
421-
format.theme === ArticleSpecial.Labs &&
422-
css`
423-
font-weight: 500;
424-
425-
${from.tablet} {
426-
font-weight: 500;
427-
}
428-
`,
429420
]}
430421
className={
431422
format.design === ArticleDesign.Interactive

0 commit comments

Comments
 (0)