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

13 lines
355 B
CSS
Raw Normal View History

@font-face {
font-family: beat;
src: url("../fonts/firsttimewriting.ttf");
}
body {
font-family: beat, sans-serif;
font-weight: bold;
color: black;
background-image: repeating-linear-gradient(0deg, #a2ddee, #a2ddee 1px, transparent 1px, transparent);
background-size: 23px 23px;
background-color: #f7f7f7;
background-position: 5px 5px;
}