From f27d84a7f07ea92f7901e6a56b0d4ade699b72db Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Mon, 24 Dec 2012 13:23:15 -0800 Subject: [PATCH] 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 {