wide/static/user/style.css.tmpl

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}};
}