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