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

@ -74,7 +74,6 @@ export const ListNameEditor = styled(TextareaAutosize)`
line-height: 20px;
padding: 8px 12px;
font-family: 'Droid Sans';
overflow: hidden;
overflow-wrap: break-word;
resize: none;