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