修改字体样式

This commit is contained in:
virusdefender
2015-09-16 13:25:23 +08:00
parent 758132c40d
commit 5723572af7
2 changed files with 15 additions and 11 deletions

View File

@@ -1,3 +1,7 @@
body, button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
font-family: Georgia, STHeiti, "Microsoft Yahei";
}
html {
height: 100%;
}
@@ -34,6 +38,7 @@ label {
float: right;
}
.CodeMirror pre {
pre {
font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
}

View File

@@ -1,8 +1,7 @@
@import url("global.css");
@import url("bootstrap/bootstrap.min.css");
@import url("bootstrap/todc-bootstrap.min.css");
@import url("codeMirror/codemirror.css");
@import url("global.css");
#language-selector {
width: 130px;