From c4e1ed6c8274739425043395a458f05c7641f296 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Tue, 12 Jun 2018 16:16:32 +0300 Subject: [PATCH] change font to Roboto in todo edit textarea --- react/src/components/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/react/src/components/App.css b/react/src/components/App.css index 16923cc..1045111 100644 --- a/react/src/components/App.css +++ b/react/src/components/App.css @@ -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; }