apach-neocities/public/style.css
Apache f10c227f97
All checks were successful
Deploy to neocities / deploy (push) Successful in 4s
Relative path experiment
2024-07-18 16:54:54 -05:00

12 lines
148 B
CSS

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