chore: added fonts and weights, removed font

+ added new font-weight for Open Sans
+ added "Bitter" font
- bye bye Bree Serif :'(
This commit is contained in:
trashtemp
2022-01-15 20:56:00 +01:00
parent 79114d72b8
commit 0dec90f53d
11 changed files with 31 additions and 19 deletions

View File

@@ -48,7 +48,7 @@ const CheckboxContent = styled.span`
const CheckboxDescription = styled.span`
font-size: 0.75rem;
font-weight: 400;
font-weight: 500;
color: var(--secondary-foreground);
`;