Fix font-family for windows (#40)

This commit is contained in:
Shuanglei Tao
2017-02-22 00:00:25 +08:00
parent a3f42efaa6
commit e6c0961b24
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ body, #terminal-container {
.terminal {
background-color: #101010;
color: #f0f0f0;
font-family: "DejaVu Sans Mono","Everson Mono",FreeMono,Menlo,Terminal,monospace;
font-family: "DejaVu Sans Mono",Menlo,Consolas,"Liberation Mono",Courier,monospace;
position: fixed;
top: 0;
bottom: 0;

2
src/index.html vendored

File diff suppressed because one or more lines are too long