fix: add roboto & sans-serif fallback font

This commit is contained in:
Jordan Knott
2020-07-20 17:34:33 -05:00
parent 6f33cc5799
commit a4ff94d78b
6 changed files with 3 additions and 9 deletions

View File

@ -63,7 +63,6 @@ export const HeaderEditTarget = styled.div<{ isHidden: boolean }>`
`;
export const HeaderName = styled(TextareaAutosize)`
font-family: 'Droid Sans';
font-size: 14px;
border: none;
resize: none;
@ -105,7 +104,6 @@ export const Header = styled.div<{ isEditing: boolean }>`
export const AddCardButtonText = styled.span`
padding-left: 5px;
font-family: 'Droid Sans';
`;
export const ListCards = styled.div`