diff options
Diffstat (limited to 'public/less/_editor.less')
-rw-r--r-- | public/less/_editor.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/less/_editor.less b/public/less/_editor.less index 2c87d902f7..0457cf1483 100644 --- a/public/less/_editor.less +++ b/public/less/_editor.less @@ -1,5 +1,5 @@ .CodeMirror { - font: 14px Consolas, "Liberation Mono", Menlo, Courier, monospace; + font: 14px @monospaced-fonts, monospace; &.cm-s-default { border-radius: 3px; padding: 0 !important; |