Changing label font to be Roboto

pull/93/merge
Jordan Wright 2016-01-21 00:00:41 -06:00
parent d7d0d4c485
commit cf4565caf6
1 changed files with 3 additions and 0 deletions

3
static/css/main.css vendored
View File

@ -19,6 +19,9 @@
.sans {
font-family:'Open Sans', sans-serif !important;
}
.label {
font-family:'Roboto', sans-serif !important;
}
.form-signin {
max-width: 400px;
padding: 15px;