remember/sims/downloads/all.css

15 lines
232 B
CSS
Raw Normal View History

2018-09-30 16:54:38 +00:00
/* FONT FACE */
@font-face {
font-family: "PatrickHand";
font-style: normal;
font-weight: 400;
src: url(../../css/PatrickHand-Regular.ttf) format('truetype');
}
body{
background:#bada55;
}
canvas{
width:150px;
margin: 5px;
}