monospace font für term.css

This commit is contained in:
noxy 2018-03-08 07:21:10 +00:00
parent 6de7ff33a8
commit 5f994fda7f

View File

@ -1,10 +1,10 @@
@import url('https://fonts.googleapis.com/css?family=VT323');
/*@import url('https://fonts.googleapis.com/css?family=VT323');*/
body {
margin: 0em auto 3em auto;
background-color: #040404;
color: #fff;
font-family: 'VT323', 'Courier', monospace;
font-family: monospace;
font-size: 18px;
}