1
0
Fork 0
isopod.cool/stuff/beat/digital.css
2024-09-30 13:29:41 -06:00

10 lines
No EOL
180 B
CSS
Executable file

@font-face {
font-family: beat;
src: url("../fonts/DS-DIGI.ttf");
}
body {
font-family: beat, monospace;
color: lime;
text-shadow: 0 0 3px #5ff508;
background: black;
}