added css styling and futuristic font

This commit is contained in:
Richard Harrington 2013-08-24 00:02:58 -04:00
parent ba8f25079e
commit 446382ecfa
2 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,22 @@
@font-face {
font-family: "Data 70";
src: url("../fonts/Data_70_LET.ttf");
}
body {
font-family: "Data 70";
}
h1, h2, h3, p {
margin: 0;
}
h1 {
font-size: 80px;
}
p {
font-size: 18px;
}
form {
font-size: 15px;
}
#canvas {
width: 600px;
height: 600px;

Binary file not shown.