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 {