Separate CSSs to handle font-family for buttons
This commit is contained in:
parent
850be98c9a
commit
eaddb049c7
|
@ -1,3 +1,8 @@
|
|||
body {
|
||||
font-family: Helvetica, 'MS Gothic';
|
||||
}
|
||||
|
||||
input,
|
||||
button {
|
||||
font-family: Helvetica, 'MS Gothic';
|
||||
}
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
body {
|
||||
font-family: Helvetica, 'Microsoft Yahei';
|
||||
}
|
||||
|
||||
input,
|
||||
button {
|
||||
font-family: Helvetica, 'Microsoft Yahei';
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@ ul {
|
|||
|
||||
input,
|
||||
button {
|
||||
font-family: Helvetica, 'Microsoft Yahei', 'MS Gothic';
|
||||
font-family: Helvetica;
|
||||
}
|
||||
|
||||
.fn-left {
|
||||
|
|
Loading…
Reference in New Issue