mirror of https://github.com/gdamore/tcell.git
Choose better fonts for web terminal.
This commit is contained in:
parent
fade40c650
commit
729d178abc
|
@ -3,6 +3,7 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
|
font-family: "Menlo", "Andale Mono", "Courier New", Monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
#terminal {
|
#terminal {
|
||||||
|
|
Loading…
Reference in New Issue