new terminal font, and some changes in css

This commit is contained in:
overflowerror 2014-05-23 23:32:24 +02:00
parent d8731bd62f
commit 960e6ec044
2 changed files with 10 additions and 4 deletions

BIN
DejaVuSansMono.ttf Normal file

Binary file not shown.

View file

@ -2,6 +2,12 @@
<html>
<head>
<style>
@font-face {
font-family: dejavu;
font-style: normal;
font-weight: normal;
src:url('DejaVuSansMono.ttf') format('truetype');
}
table {
border: 1px solid #fff;
background-color: #000;
@ -11,13 +17,13 @@
tr {
}
td {
min-width: 8px;
max-width: 8px;
min-width: 6px;
max-width: 6px;
overflow: visible;
text-align: center;
height: 18px;
height: 20px;
color: #fff;
font-family: "Courier New", Courier, Monospace;
font-family: dejavu;
border: 1px solid #000;
}
#input {