mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(style) add fallback fonts
This commit is contained in:
parent
2295b415a3
commit
ffc65146bc
1 changed files with 5 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue