From acdbc1b4c50c854be0be8977940aecfd0c354704 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 19 Jun 2012 13:48:39 +0300 Subject: [PATCH] Better fonts for code --- app/assets/stylesheets/highlight/white.scss | 2 +- app/assets/stylesheets/sections/commits.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/highlight/white.scss b/app/assets/stylesheets/highlight/white.scss index 2b95d4b5..e00da2d8 100644 --- a/app/assets/stylesheets/highlight/white.scss +++ b/app/assets/stylesheets/highlight/white.scss @@ -51,7 +51,7 @@ td.code .highlight { table.highlighttable pre{ padding:0; margin:0; - font-family: 'Menlo', 'Courier New', 'andale mono','lucida console',monospace; + font-family: 'Menlo', 'Liberation Mono', 'Courier New', 'andale mono','lucida console',monospace; color: #333; text-align:left; } diff --git a/app/assets/stylesheets/sections/commits.scss b/app/assets/stylesheets/sections/commits.scss index c0a5d708..a60540db 100644 --- a/app/assets/stylesheets/sections/commits.scss +++ b/app/assets/stylesheets/sections/commits.scss @@ -81,7 +81,7 @@ background:#fff; color:#333; font-size: 12px; - font-family: 'Menlo', 'Courier New', 'andale mono','lucida console',monospace; + font-family: 'Menlo', 'Liberation Mono', 'Courier New', 'andale mono','lucida console',monospace; } .diff_file_content_image { background:#eee;