mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Fix #584
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user