diff options
author | Cristian Cezar Moisés <[email protected]> | 2024-02-25 02:43:36 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-25 02:43:36 +0000 |
commit | 624f4e5008053d59741de2f48b099621870fca1a (patch) | |
tree | 3965cef9dc82b5c0883b701a288820defc45e6d6 /css | |
parent | 307b7081fb93ba0505b4993775d84a936f769e16 (diff) |
Update default.css
Diffstat (limited to 'css')
-rw-r--r-- | css/default.css | 10 |
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; |