Change default fonts

This commit is contained in:
jeffvli 2022-12-19 16:37:21 -08:00
parent 3c889d87ef
commit 3dd9e620a8
33 changed files with 31 additions and 105 deletions

View file

@ -21,7 +21,7 @@ const HeaderWrapper = styled.div<{ position: 'left' | 'center' | 'right' }>`
? 'center'
: 'flex-start'};
width: 100%;
font-family: var(--header-font-family);
font-family: var(--content-font-family);
text-transform: uppercase;
`;