fix wrong typeface being used for some buttons
This commit is contained in:
parent
7ce4d2dec9
commit
573c57402f
|
@ -71,7 +71,14 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* INPUTS */
|
/* 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="text"],
|
||||||
input[type="password"],
|
input[type="password"],
|
||||||
input[type="search"],
|
input[type="search"],
|
||||||
|
|
Loading…
Reference in New Issue