Update default.css

main
Cristian Cezar Moisés 2024-02-25 02:43:36 +00:00 committed by GitHub
parent 307b7081fb
commit 624f4e5008
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 3 deletions

View File

@ -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;