From 72efe473682326e9bf1f63c11828771454d2c29f Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 25 Jul 2015 06:52:10 +0000 Subject: [PATCH] Contents inside
 are not rendered as monospace font in
 Chrome for Mac (#20372).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@14451 e93f8b46-1217-0410-a6f0-8f06a7374b81
---
 public/stylesheets/application.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 1ee082a42..4569010e4 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -7,6 +7,7 @@ h2, .wiki h1 {font-size: 20px;}
 h3, .wiki h2 {font-size: 16px;}
 h4, .wiki h3 {font-size: 13px;}
 h4 {border-bottom: 1px dotted #bbb;}
+pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
 
 /***** Layout *****/
 #wrapper {background: white;}
-- 
2.39.5