From 443c453507bb3d43e789f998d20fcad95265e75e Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Sun, 20 Jan 2013 12:44:53 -0500 Subject: [PATCH] Apply font from #624 https://github.com/github/gollum/pull/624 --- lib/gollum/frontend/public/gollum/css/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gollum/frontend/public/gollum/css/editor.css b/lib/gollum/frontend/public/gollum/css/editor.css index a590946b..d743778d 100755 --- a/lib/gollum/frontend/public/gollum/css/editor.css +++ b/lib/gollum/frontend/public/gollum/css/editor.css @@ -243,7 +243,7 @@ a#function-help:hover span { background-position: -405px -28px; } background: #fff; border: 1px solid #ddd; font-size: 1em; - font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-family: Consolas, "Liberation Mono", Courier, monospace; line-height: 1.4em; margin: 1em 0 0.4em; padding: 0.5em;