You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
443 B
CSS

@font-face{
font-family: 'FuturaHandwritten';
font-style: normal;
src: url('../css/FuturaHandwritten.ttf') format('truetype');
}
body{
background: #fff;
font-family: "FuturaHandwritten";
font-size: 20px;
color: #222;
margin: 0;
}
/* fake bold */
b, strong{
font-weight: normal;
text-shadow:1px 0 0 currentColor;
}
#notes{
width: 800px;
margin: 80px auto;
line-height: 1.7em;
}
h3{
margin-top: 2.5em;
margin-bottom: -0.2em;
}