apach-neocities/public/style.css
Apache 8d52455044
All checks were successful
Deploy to neocities / deploy (push) Successful in 4s
Init
2024-07-18 16:50:12 -05:00

12 lines
147 B
CSS

@font-face {
font-family: basiic;
src: url("/basiic.ttf");
}
body {
background-color: rgb(84, 0, 133);
color: white;
font-family: basiic;
}