aboutsummaryrefslogtreecommitdiffstats
path: root/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/css/default.css b/css/default.css
index 9a8be92..65c11c0 100644
--- a/css/default.css
+++ b/css/default.css
@@ -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;