浏览代码

Adds "Ubuntu Mono" to the code fonts of Helios

Nicolas Petton 10 年之前
父节点
当前提交
5b34cb570c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      css/helios.css

+ 1 - 1
css/helios.css

@@ -38,7 +38,7 @@ html[xmlns] .clearfix {
 }
 #helios .CodeMirror-hints {
   border-radius: 0;
-  font-family: Menlo, Monaco, "Lucida Console", Courier, monospace;
+  font-family: Menlo, Monaco, "Lucida Console", "Ubuntu Mono", Courier, monospace;
   font-size: 11px;
   line-height: 1em;
   padding: 0;