From f27d84a7f07ea92f7901e6a56b0d4ade699b72db Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Mon, 24 Dec 2012 13:23:15 -0800 Subject: [PATCH 1/2] Only using the fixed width font inside the editor. --- static/atom.css | 2 +- static/editor.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/static/atom.css b/static/atom.css index e7b073fb5..3daa50629 100644 --- a/static/atom.css +++ b/static/atom.css @@ -1,5 +1,5 @@ html, body { - font: 16px Inconsolata, Monaco, Courier !important; + font: caption !important; width: 100%; height: 100%; overflow: hidden; diff --git a/static/editor.css b/static/editor.css index e1892bee1..6a5cfc18b 100644 --- a/static/editor.css +++ b/static/editor.css @@ -6,6 +6,7 @@ -webkit-box-flex: 1; position: relative; z-index: 0; + font: 16px Inconsolata, Monaco, Courier !important; } .editor.mini { From d6973dc24fb77b7cb20b91496b5153dcf69c3997 Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Tue, 25 Dec 2012 12:40:13 -0800 Subject: [PATCH 2/2] Not overriding font-size --- static/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/editor.css b/static/editor.css index 6a5cfc18b..f95816056 100644 --- a/static/editor.css +++ b/static/editor.css @@ -6,7 +6,7 @@ -webkit-box-flex: 1; position: relative; z-index: 0; - font: 16px Inconsolata, Monaco, Courier !important; + font-family: Inconsolata, Monaco, Courier !important; } .editor.mini {