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

@@ -5,7 +5,7 @@ export default styled.select`
padding: 10px;
cursor: pointer;
border-radius: var(--border-radius);
font-weight: 500;
font-family: inherit;
font-size: var(--text-size);
color: var(--secondary-foreground);