Ver Fonte

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

Nicolas Petton há 10 anos atrás
pai
commit
55b6b52f85
2 ficheiros alterados com 2 adições e 2 exclusões
  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;
 	}