14 lines
221 B
CSS
14 lines
221 B
CSS
|
body,
|
||
|
input,
|
||
|
button {
|
||
|
font-family: Helvetica;
|
||
|
font-size: 13px;
|
||
|
}
|
||
|
|
||
|
.edit-exprinfo,
|
||
|
.CodeMirror,
|
||
|
.CodeMirror-hints {
|
||
|
font-family: Consolas, 'Courier New', monospace;
|
||
|
font-size: 13px;
|
||
|
line-height: 17px;
|
||
|
}
|