Browse Source

Hint selection menu should have sans-serif menu font.

IMO. I'm not going to fight for this.
Herbert Vojčík 10 years ago
parent
commit
ad62ed9824
2 changed files with 4 additions and 4 deletions
  1. 2 2
      css/helios.css
  2. 2 2
      css/helios.less

+ 2 - 2
css/helios.css

@@ -1,6 +1,6 @@
 body {
   font-size: 11px;
-  font-family: "Lucida Grande", helvetica, arial, sans;
+  font-family: "Lucida Grande", "Segoe UI", helvetica, arial, sans;
   background: #eee;
 }
 .clearfix:after {
@@ -54,7 +54,7 @@ html[xmlns] .clearfix {
 }
 #helios .CodeMirror-hints {
   border-radius: 0;
-  font-family: Menlo, Monaco, Consolas, Inconsolata, "Lucida Console", Courier, monospace;
+  font-family: "Lucida Grande", "Segoe UI", helvetica, arial, sans;
   font-size: 11px;
   line-height: 1em;
   padding: 0;

+ 2 - 2
css/helios.less

@@ -1,6 +1,6 @@
 body {
 	font-size: 11px;
-	font-family: "Lucida Grande", helvetica, arial, sans;
+	font-family: "Lucida Grande", "Segoe UI", helvetica, arial, sans;
 	background: #eee;
 }
 
@@ -70,7 +70,7 @@ html[xmlns] .clearfix {
 
 	.CodeMirror-hints {
 		border-radius: 0;
-		font-family: Menlo, Monaco, Consolas, Inconsolata, "Lucida Console", Courier, monospace;
+		font-family: "Lucida Grande", "Segoe UI", helvetica, arial, sans;
 		font-size: 11px;
 		line-height: 1em;
 		padding: 0;