Quellcode durchsuchen

Use the same fonts as github for code in Helios. They look rather good
on all platforms I tried.

Nicolas Petton vor 10 Jahren
Ursprung
Commit
55b6b52f85
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      css/helios.css
  2. 1 1
      css/helios.less

+ 1 - 1
css/helios.css

@@ -16,7 +16,7 @@ html[xmlns] .clearfix {
   height: 1%;
 }
 .cm-s-helios.CodeMirror {
-  font-family: Menlo, Monaco, Consolas, Inconsolata, "Lucida Console", Courier, monospace;
+  font-family: Consolas, "Liberation Mono", Courier, monospace;
   line-height: 16px;
   font-size: 13px;
 }

+ 1 - 1
css/helios.less

@@ -21,7 +21,7 @@ html[xmlns] .clearfix {
 
 .cm-s-helios {
 	&.CodeMirror {
-		font-family: Menlo, Monaco, Consolas, Inconsolata, "Lucida Console", Courier, monospace;
+		font-family: Consolas, "Liberation Mono", Courier, monospace;
 		line-height: 16px;
 		font-size: 13px;
 	}