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>
|
<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 {
|
||||||
|
|
Loading…
Reference in a new issue