Change fonts for inputs and textareas

This commit is contained in:
Jeremy Dormitzer 2018-03-15 07:17:39 -04:00
parent e05429c7e8
commit e1fd763c70
No known key found for this signature in database
GPG Key ID: 04F17C0F5A32C320

View File

@ -116,10 +116,6 @@ input[type="submit"][disabled]:focus {
font-family: 'Input Serif', 'Times New Roman', serif;
}
textarea {
font-family: 'Input Serif', 'Times New Roman', serif;
}
.post-password-form label {
font-family: 'Input Serif', 'Times New Romand', serif;
}
@ -224,6 +220,14 @@ textarea {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
.content-area .search-submit:before {
content: "";
}