Update default.css
parent
307b7081fb
commit
624f4e5008
|
@ -1,12 +1,16 @@
|
|||
html, body {
|
||||
font-size: 16px;
|
||||
font-family: monaspace;
|
||||
src: url("../fonts/iosevka-term-thin.ttf") format('truetype');
|
||||
font-family: truetype;
|
||||
background: #000000;
|
||||
color: #00FF66;
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: truetype;
|
||||
src: url("../fonts/iosevka-term-thin.ttf") format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
a {
|
||||
color: #ACFFBD;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in New Issue