Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
foundation/fallback: update typography values
Browse files Browse the repository at this point in the history
  • Loading branch information
arnemolland committed Oct 25, 2022
1 parent a70f24f commit 0013646
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/foundation/fallback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,31 +89,31 @@ const breakpoints: Breakpoints = {
export const typography: Typography = {
header1: {
fontSize: '2.25rem',
fontWeight: '600',
fontWeight: '700',
lineHeight: '1.2',
fontFamily: 'Montserrat, Verdana, sans-serif',
},
header2: {
fontSize: '1.5rem',
fontWeight: '600',
fontWeight: '700',
lineHeight: '1.2',
fontFamily: 'Montserrat, Verdana, sans-serif',
},
header3: {
fontSize: '1.125rem',
fontWeight: '600',
fontWeight: '700',
lineHeight: '1.2',
fontFamily: 'Montserrat, Verdana, sans-serif',
},
header4: {
fontSize: '1rem',
fontWeight: '600',
fontWeight: '700',
lineHeight: '1.2',
fontFamily: 'Montserrat, Verdana, sans-serif',
},
header5: {
fontSize: '0.875rem',
fontWeight: '600',
fontWeight: '700',
lineHeight: '1.2',
fontFamily: 'Montserrat, Verdana, sans-serif',
},
Expand All @@ -137,13 +137,13 @@ export const typography: Typography = {
},
button: {
fontSize: '0.875rem',
fontWeight: '600',
fontWeight: '700',
lineHeight: '1.2',
fontFamily: 'Montserrat, Verdana, sans-serif',
},
link: {
fontSize: '0.875rem',
fontWeight: '500',
fontWeight: '600',
lineHeight: '1.2',
fontFamily: 'Montserrat, Verdana, sans-serif',
},
Expand Down

0 comments on commit 0013646

Please sign in to comment.