Adding to my response above, I used my own font long ago (no idea if this is still the proper way); here's the css:
Code:
@font-face {
font-family: ChunkFivePrint;
font-style: normal;
font-weight: normal;
src:url(../Fonts/ChunkFivePrint.otf);
}
.chunk {
font-family: "ChunkFivePrint", sans-serif;
}