feature(style) add fallback fonts

This commit is contained in:
coderaiser 2014-03-17 05:09:40 -04:00
parent 2295b415a3
commit ffc65146bc

View file

@ -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 {