CSS
Want to use our font online? You're in luck. Every download contains a webkit with all the good stuff you'll need to make your web pages shine.
Upload the webfonts to your web server and use the CSS code example on the right.
@font-face {
  font-family: 'Stackbill';
  src: url('fonts/stackbill-webfont.eot');
  src: url('fonts/stackbill-webfont.eot?')
    format('embedded-opentype'),
  url('fonts/stackbill-webfont.woff') format('woff'),
  url('fonts/stackbill-webfont.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}