Browse Source

Adds "Ubuntu Mono" to the code fonts of Helios

Nicolas Petton 10 years ago
parent
commit
5b34cb570c
1 changed files with 1 additions and 1 deletions
  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;