aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristian Cezar Moisés <[email protected]>2024-02-25 02:43:36 +0000
committerGitHub <[email protected]>2024-02-25 02:43:36 +0000
commit624f4e5008053d59741de2f48b099621870fca1a (patch)
tree3965cef9dc82b5c0883b701a288820defc45e6d6
parent307b7081fb93ba0505b4993775d84a936f769e16 (diff)
Update 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;