1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00
This commit is contained in:
Unknwon
2014-10-27 11:18:00 -04:00
parent 83283bca4c
commit c7f56d7483
7 changed files with 10 additions and 12 deletions

View File

@@ -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;
}