feature(style) body, pre, code: set font

This commit is contained in:
coderaiser 2014-09-08 06:13:15 -04:00
parent 7a53c54184
commit 2ead5262e3
3 changed files with 8 additions and 5 deletions

View file

@ -38,11 +38,14 @@ body {
height : 95%;
/* fix overflow change of fancybox */
overflow : hidden;
font-family : "Droid Sans Mono", "Ubuntu Mono", "Consolas", monospace;
font-size : 16px;
background-color : white;
}
body, pre, code {
font-family : "Droid Sans Mono", "Ubuntu Mono", "Consolas", monospace;
font-size : 16px;
}
.hidden {
visibility: hidden;
}