12 lines
191 B
CSS
12 lines
191 B
CSS
|
body {
|
||
|
font-family: Helvetica, 'Microsoft Yahei';
|
||
|
}
|
||
|
|
||
|
input,
|
||
|
button {
|
||
|
font-family: Helvetica, 'Microsoft Yahei';
|
||
|
}
|
||
|
|
||
|
.edit-exprinfo, .CodeMirror, .CodeMirror-hints {
|
||
|
font-size: 9;
|
||
|
}
|