Merge pull request #15545 from owncloud/fix-fonts

fix wrong typeface being used for some buttons
This commit is contained in:
Morris Jobke 2015-04-12 10:03:54 +02:00
commit 907719200f
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"],