fix wrong typeface being used for some buttons

This commit is contained in:
Jan-Christoph Borchardt 2015-04-11 13:29:55 +02:00
parent 7ce4d2dec9
commit 573c57402f
1 changed files with 7 additions and 0 deletions

View File

@ -71,7 +71,14 @@ body {
}
/* INPUTS */
/* specifically override browser styles */
input, textarea, select, button {
font-family: 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif;
}
input[type="text"],
input[type="password"],
input[type="search"],