From 3d722a3ee5a7f56b34971199dddabe3d80d3ef49 Mon Sep 17 00:00:00 2001 From: Corwin Smith Date: Mon, 12 Dec 2022 18:36:54 -0700 Subject: [PATCH] h2 fontWeight --- src/theme/foundations/textStyles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/foundations/textStyles.ts b/src/theme/foundations/textStyles.ts index 0cd8bff7ed..e2e3b4e7f6 100644 --- a/src/theme/foundations/textStyles.ts +++ b/src/theme/foundations/textStyles.ts @@ -9,7 +9,7 @@ export const textStyles = { }, h2: { fontFamily: 'heading', - fontWeight: 400, + fontWeight: 700, fontSize: { base: '1.5rem', md: '1.75rem' }, lineHeight: 'normal', letterSpacing: { base: '0.03rem', md: '0.04rem' },