diff --git a/css/default.css b/css/default.css index 27dcdb1..39f5d71 100644 --- a/css/default.css +++ b/css/default.css @@ -1,4 +1,10 @@ +@font-face { + font-family: DejaVuSansMono; + src: local(DejaVuSansMono), url('/fonts/DejaVuSansMono.ttf') format('opentype'); +} + body { + font-family: DejaVuSansMono; color: rgb(0,204,0); background-color: black; font-size: 16px; diff --git a/fonts/DejaVuSansMono.ttf b/fonts/DejaVuSansMono.ttf new file mode 100644 index 0000000..422025a Binary files /dev/null and b/fonts/DejaVuSansMono.ttf differ