@font-face {
  font-family: 'GroovyPixel';
  src: url('GroovyPixelDemo-3le4G.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AddStandardBitmap';
  src: url('ADDSBP__.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  background: url('background.jpg') repeat;
  margin: 0;
  padding: 0;
  font-family: 'AddStandardBitmap', monospace;
  color: #2b3d30;
}

h1, h2, h3, h4, h5, h6, a {
  font-family: 'GroovyPixel', cursive;
}

