修改字体样式
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
body, button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: Georgia, STHeiti, "Microsoft Yahei";
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
@@ -34,6 +38,7 @@ label {
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.CodeMirror pre {
|
|
||||||
|
pre {
|
||||||
font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
|
font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
|
||||||
}
|
}
|
||||||
@@ -1,8 +1,7 @@
|
|||||||
@import url("global.css");
|
|
||||||
@import url("bootstrap/bootstrap.min.css");
|
@import url("bootstrap/bootstrap.min.css");
|
||||||
@import url("bootstrap/todc-bootstrap.min.css");
|
@import url("bootstrap/todc-bootstrap.min.css");
|
||||||
@import url("codeMirror/codemirror.css");
|
@import url("codeMirror/codemirror.css");
|
||||||
|
@import url("global.css");
|
||||||
|
|
||||||
#language-selector {
|
#language-selector {
|
||||||
width: 130px;
|
width: 130px;
|
||||||
|
|||||||
Reference in New Issue
Block a user