Set font to DejaVuSansMono

remotes/bitbucket/master
Craige McWhirter 8 years ago
parent bb22581b64
commit 4294e9155b
  1. 6
      css/default.css
  2. BIN
      fonts/DejaVuSansMono.ttf

@ -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;

Binary file not shown.
Loading…
Cancel
Save