mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(style) body, pre, code: set font
This commit is contained in:
parent
7a53c54184
commit
2ead5262e3
3 changed files with 8 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue