remember/sims/leitner/leitner.css

33 lines
506 B
CSS

/* FONT FACE */
@font-face {
font-family: "PatrickHand";
font-style: normal;
font-weight: 400;
src: url(../../css/PatrickHand-Regular.ttf) format('truetype');
}
body{
margin: 0;
font-family: "PatrickHand", Helvetica, Arial;
color: #000;
padding: 0 10px;
background: #eee;
letter-spacing: 1px;
}
#content{
background: #fff;
width: 600px;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
}
#container{
width: 500px;
margin: 0px auto;
}
#default_labels{
display:none;
}