From 4b5869f9e420f6c72fb508a16ff720e6a3d44679 Mon Sep 17 00:00:00 2001 From: Haacked Date: Thu, 13 Dec 2012 09:28:36 -0800 Subject: [PATCH] Add Monaco as fallback font for macs --- css/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/application.css b/css/application.css index 45081c8..6cb95b9 100644 --- a/css/application.css +++ b/css/application.css @@ -281,7 +281,7 @@ div.license { } div.license pre { - font-family: Consolas, "Liberation Mono", Courier, monospace; + font-family: Consolas, "Monaco", Courier, monospace; } div.sidebar {