12 lines
180 B
Cheetah
12 lines
180 B
Cheetah
|
body {
|
||
|
font-family: {{.font_family}};
|
||
|
}
|
||
|
|
||
|
input,
|
||
|
button {
|
||
|
font-family: {{.font_family}};
|
||
|
}
|
||
|
|
||
|
.edit-exprinfo, .CodeMirror, .CodeMirror-hints {
|
||
|
font-size: {{.font_size}};
|
||
|
}
|