Przeglądaj źródła

Use font "Bitstream Vera Sans" in Helios

Nicolas Petton 10 lat temu
rodzic
commit
a9072241a7
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      resources/helios.css
  2. 1 1
      resources/helios.less

+ 1 - 1
resources/helios.css

@@ -20,7 +20,7 @@ body.navigation .CodeMirror pre {
 }
 body[id="helios"] {
   font-size: 11px;
-  font-family: "Lucida Grande", "Segoe UI", helvetica, arial, sans-serif;
+  font-family: "Bitstream Vera Sans", "Lucida Grande", "Segoe UI", helvetica, arial, sans-serif;
   background: #eeeeee url(squared_metal.png) repeat;
 }
 body[id="helios"] a {

+ 1 - 1
resources/helios.less

@@ -25,7 +25,7 @@ body.navigation .CodeMirror pre {
 
 body[id="helios"] {
 	font-size: 11px;
-	font-family: "Lucida Grande", "Segoe UI", helvetica, arial, sans-serif;
+	font-family: "Bitstream Vera Sans", "Lucida Grande", "Segoe UI", helvetica, arial, sans-serif;
 	background: #eee url(squared_metal.png) repeat;
 
 	a {