1
0
Kaynağa Gözat

Typography fix

Deprecated the use of Arial in favor of Monaco, one of the top 10
preferred fonts for coding present in every OSX. If not present, then
will come Helvetica, then any sans the OS wants.
Sebastian Sastre 13 yıl önce
ebeveyn
işleme
b35d9d35f8
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      css/amber.css

+ 3 - 3
css/amber.css

@@ -225,7 +225,7 @@ body.jtalkBody {
 .jtalkTool textarea,
 .jtalkTool textarea,
 .jtalkTool input {
 .jtalkTool input {
     border: 0 none;
     border: 0 none;
-    font-family: Arial, Helvetica, sans;
+    font-family: Monaco, Helvetica, sans;
     line-height: 1.3em;
     line-height: 1.3em;
     font-size: 12px;
     font-size: 12px;
     position: relative;
     position: relative;
@@ -234,7 +234,7 @@ body.jtalkBody {
 
 
 .jtalkTool .CodeMirror {
 .jtalkTool .CodeMirror {
     border: 0 none;
     border: 0 none;
-    font-family: Arial, Helvetica, sans;
+    font-family: Monaco, Helvetica, sans;
     font-size: 12px;
     font-size: 12px;
     line-height: 1.3em;
     line-height: 1.3em;
     height: 100%;
     height: 100%;
@@ -246,7 +246,7 @@ body.jtalkBody {
 }
 }
 
 
 .talkTool .CodeMirror-scroll pre {
 .talkTool .CodeMirror-scroll pre {
-    font-family: Arial, Helvetica, sans;
+    font-family: Monaco, Helvetica, sans;
 }
 }
 
 
 .jtalkTool .jt_clear {	 
 .jtalkTool .jt_clear {