1
0
Fork 0
isopod.cool/stuff/beat/digital.css

10 lines
180 B
CSS
Raw Normal View History

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