소스 검색

Adds "Ubuntu Mono" to the code fonts of Helios

Nicolas Petton 11 년 전
부모
커밋
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;