Fix #584
This commit is contained in:
parent
83283bca4c
commit
c7f56d7483
7 changed files with 10 additions and 12 deletions
|
@ -4,7 +4,7 @@
|
|||
}
|
||||
html {
|
||||
font-size: 13px;
|
||||
font-family: Helvetica, "Microsoft Yahei", Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
font-family: Helvetica, "Microsoft Yahei", Arial, sans-serif;
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
line-height: 24px;
|
||||
|
@ -16,7 +16,7 @@ textarea,
|
|||
select,
|
||||
option,
|
||||
button {
|
||||
font-family: Helvetica, "Microsoft Yahei", Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
font-family: Helvetica, "Microsoft Yahei", Arial, sans-serif;
|
||||
}
|
||||
article,
|
||||
aside,
|
||||
|
@ -151,7 +151,7 @@ code,
|
|||
kbd,
|
||||
pre,
|
||||
samp {
|
||||
font-family: monospace, monospace;
|
||||
font-family: monospace;
|
||||
font-size: 1em;
|
||||
}
|
||||
.text-left {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
html {
|
||||
font-size: @baseFontSize+1;
|
||||
font-family: Helvetica, "Microsoft Yahei", Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
font-family: Helvetica, "Microsoft Yahei", Arial, sans-serif;
|
||||
// make sure min font size
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
|
@ -23,7 +23,7 @@ textarea,
|
|||
select,
|
||||
option,
|
||||
button {
|
||||
font-family: Helvetica, "Microsoft Yahei", Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
font-family: Helvetica, "Microsoft Yahei", Arial, sans-serif;
|
||||
}
|
||||
|
||||
// html5 block elements
|
||||
|
@ -193,7 +193,7 @@ code,
|
|||
kbd,
|
||||
pre,
|
||||
samp {
|
||||
font-family: monospace, monospace;
|
||||
font-family: monospace;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue