monospace font für term.css
This commit is contained in:
parent
6de7ff33a8
commit
5f994fda7f
|
@ -1,10 +1,10 @@
|
||||||
@import url('https://fonts.googleapis.com/css?family=VT323');
|
/*@import url('https://fonts.googleapis.com/css?family=VT323');*/
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0em auto 3em auto;
|
margin: 0em auto 3em auto;
|
||||||
background-color: #040404;
|
background-color: #040404;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: 'VT323', 'Courier', monospace;
|
font-family: monospace;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user