From b995507cf77ebf8240f2a02e9d9322a97cb8eb14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Quiroz?= Date: Tue, 29 Nov 2022 15:39:14 -0300 Subject: [PATCH] chore: update headings letter spacing --- src/theme/foundations/textStyles.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/theme/foundations/textStyles.ts b/src/theme/foundations/textStyles.ts index fb95731677..c8ac62093b 100644 --- a/src/theme/foundations/textStyles.ts +++ b/src/theme/foundations/textStyles.ts @@ -4,7 +4,7 @@ export const textStyles = { fontWeight: 700, fontSize: '2.75rem', lineHeight: '3.375rem', - letterSpacing: '0.05em', + letterSpacing: '0.04em', color: 'body' }, h2: { @@ -47,20 +47,21 @@ export const textStyles = { header5: { fontFamily: 'heading', fontSize: '1rem', - letterSpacing: '0.02em', + letterSpacing: '0.04em', lineHeight: 'normal', color: 'body' }, header6: { fontFamily: 'heading', fontSize: '0.875rem', - letterSpacing: '0.02em', + letterSpacing: '0.04em', lineHeight: 'normal', color: 'body' }, 'header-font': { fontFamily: 'heading', fontWeight: 700, + letterSpacing: '0.04em', fontSize: { base: '0.86rem', sm: '1rem' }, color: 'body' },