mirror of
https://github.com/sigmasternchen/Wish
synced 2025-03-15 07:28:56 +00:00
new terminal font, and some changes in css
This commit is contained in:
parent
d8731bd62f
commit
960e6ec044
2 changed files with 10 additions and 4 deletions
BIN
DejaVuSansMono.ttf
Normal file
BIN
DejaVuSansMono.ttf
Normal file
Binary file not shown.
14
index.html
14
index.html
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue