Update default.css

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

View File

@ -1,7 +1,7 @@
html, body { html, body {
font-size: 16px; font-size: 16px;
font-family: monaspace; font-family: monaspace;
src: url("/fonts/iosevka-term-thin.ttf") format('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;