change font to Roboto in todo edit textarea

This commit is contained in:
2018-06-12 16:16:32 +03:00
parent e80be39782
commit c4e1ed6c82

View File

@@ -169,6 +169,7 @@ textarea.todo--input {
width: 100%;
height: 100%;
max-height: 100%;
font-family: 'Roboto';
font-size: 1rem;
transition: 0.1s ease-in-out;
}