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

10 lines
243 B
CSS

@font-face {
font-family: beat;
src: url("../fonts/slkscr.ttf");
}
body {
font-family: beat, monospace;
color: gainsboro;
background: rgb(255,0,178);
background: linear-gradient(27deg, rgba(255,0,178,1) 0%, rgba(53,0,182,1) 81%);
}