use Roboto in buttons and todos

This commit is contained in:
2018-06-26 19:57:06 +03:00
parent 4c0da92a1a
commit 9be16aad72
2 changed files with 4 additions and 1 deletions

View File

@@ -155,6 +155,7 @@ li {
flex-grow: 2; flex-grow: 2;
flex-shrink: 1; flex-shrink: 1;
transition: 0.1s ease-in-out; transition: 0.1s ease-in-out;
font-family: Roboto;
} }
textarea.todo--input { textarea.todo--input {
@@ -191,7 +192,8 @@ textarea.todo--input {
background: none; background: none;
transition: 0.1s ease-in-out; transition: 0.1s ease-in-out;
font-size: 1rem; font-size: 1rem;
font-weight: 300; font-weight: 400;
font-family: Roboto;
} }
.filter--active { .filter--active {

View File

@@ -49,6 +49,7 @@ body {
transition: 0.1s ease-in-out; transition: 0.1s ease-in-out;
font-size: 0.8rem; font-size: 0.8rem;
font-weight: 300; font-weight: 300;
font-family: Roboto;
} }
#user-header button:hover { #user-header button:hover {