From 7fa6a23416e08fe6ac832e60e78bd6fe61f21955 Mon Sep 17 00:00:00 2001 From: randx Date: Tue, 21 Aug 2012 20:53:33 +0300 Subject: [PATCH] Better fonts for all code like wiki etc --- app/assets/stylesheets/gitlab_bootstrap.scss | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/app/assets/stylesheets/gitlab_bootstrap.scss b/app/assets/stylesheets/gitlab_bootstrap.scss index 550046d..e3f3e7a 100644 --- a/app/assets/stylesheets/gitlab_bootstrap.scss +++ b/app/assets/stylesheets/gitlab_bootstrap.scss @@ -1,6 +1,11 @@ body { margin-bottom:20px; } + +pre { + font-family:'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace; +} + a { outline: none; color: $link_color; -- libgit2 0.21.2