From fdd3070f57ab07c4863013ba4053fb6e90cf6c41 Mon Sep 17 00:00:00 2001 From: Xavier Mendez Date: Wed, 31 Oct 2012 08:37:20 +0100 Subject: [PATCH] ALWAYS fallback to "monospace" font!! --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index f1ef1f08f7..b852db42a4 100644 --- a/css/main.css +++ b/css/main.css @@ -190,7 +190,7 @@ header { background:#000; background:rgba(0,0,0,0.3); text-shadow:none; - font-family:Monaco; + font-family:Monaco, 'Ubuntu Mono', Inconsolata, Courier, monospace; border:none; padding:15px; white-space:pre;