From ffc65146bc308c1a8e60611bf4e58c8f9bbb7180 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 17 Mar 2014 05:09:40 -0400 Subject: [PATCH] feature(style) add fallback fonts --- css/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 3150bc0f..0ba345fe 100644 --- a/css/style.css +++ b/css/style.css @@ -28,10 +28,11 @@ html { } body { - width : 100%; - height : 95%; - font : 16px "Droid Sans Mono"; - background-color : white; + width : 100%; + height : 95%; + font-size : 16px; + font-family : "Droid Sans Mono", "Ubuntu Monospace", "Consolas", monospace; + background-color : white; } .hidden {