wide/static/user/style.css.tmpl

12 lines
180 B
Cheetah
Raw Normal View History

2014-11-01 08:35:02 +03:00
body {
font-family: {{.font_family}};
}
input,
button {
font-family: {{.font_family}};
}
.edit-exprinfo, .CodeMirror, .CodeMirror-hints {
font-size: {{.font_size}};
}