changeset 5184:d91c4f0a470b

style: prefer Lucida Console over Consolas font The letter l and the number 1 are very similar in the Consolas font, unlike in Lucida Console (available on almost all Windows versions [1]) where the difference is more obvious. In identifiers like foo_Vl_bar_V1 a clear visual difference is important during reviews. [1] https://www.microsoft.com/typography/Fonts/font.aspx?FMID=1262
author Thomas De Schampheleire <thomas.de_schampheleire@alcatel-lucent.com>
date Wed, 27 May 2015 17:18:33 +0200
parents 53d68f201e46
children a6accd29d038
files kallithea/public/css/style.css
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Mon Jun 08 06:46:48 2015 +0200
+++ b/kallithea/public/css/style.css	Wed May 27 17:18:33 2015 +0200
@@ -162,7 +162,7 @@
 div.rst-block pre,
 .CodeMirror .CodeMirror-code pre {
     font-size: 12px;
-    font-family: Consolas, Monaco, Inconsolata, Liberation Mono, monospace;
+    font-family: Lucida Console, Consolas, Monaco, Inconsolata, Liberation Mono, monospace;
 }
 
 .top-left-rounded-corner {
@@ -4371,7 +4371,7 @@
 .comment-form textarea {
     width: 100%;
     height: 100px;
-    font-family: Consolas, Monaco, Inconsolata, Liberation Mono, monospace;
+    font-family: Lucida Console, Consolas, Monaco, Inconsolata, Liberation Mono, monospace;
 }
 
 form.comment-form {
@@ -4469,7 +4469,7 @@
 .comment-inline-form textarea {
     width: 100%;
     height: 100px;
-    font-family: Consolas, Monaco, Inconsolata, Liberation Mono, monospace;
+    font-family: Lucida Console, Consolas, Monaco, Inconsolata, Liberation Mono, monospace;
 }
 
 form.comment-inline-form {
@@ -4931,7 +4931,7 @@
 }
 table.code-difftable .lineno a {
     color: #aaa !important;
-    font: 11px Consolas, Monaco, Inconsolata, Liberation Mono, monospace !important;
+    font: 11px Lucida Console, Consolas, Monaco, Inconsolata, Liberation Mono, monospace !important;
     letter-spacing: -1px;
     padding-left: 10px;
     padding-right: 8px;