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

@@ -39,6 +39,7 @@ export const Bar = styled.div<{ position: "top" | "bottom"; accent?: boolean }>`
align-items: center;
cursor: pointer;
font-size: 12px;
font-weight: 500;
padding: 0 8px;
user-select: none;
justify-content: space-between;