Separate CSSs to handle font-family for buttons

This commit is contained in:
mattn 2014-10-28 09:55:00 +09:00
parent 850be98c9a
commit eaddb049c7
3 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
body { body {
font-family: Helvetica, 'MS Gothic'; font-family: Helvetica, 'MS Gothic';
} }
input,
button {
font-family: Helvetica, 'MS Gothic';
}

View File

@ -1,3 +1,8 @@
body { body {
font-family: Helvetica, 'Microsoft Yahei'; font-family: Helvetica, 'Microsoft Yahei';
} }
input,
button {
font-family: Helvetica, 'Microsoft Yahei';
}

View File

@ -19,7 +19,7 @@ ul {
input, input,
button { button {
font-family: Helvetica, 'Microsoft Yahei', 'MS Gothic'; font-family: Helvetica;
} }
.fn-left { .fn-left {