I used the Lassus font as mentioned in one of the other Answers before. http://www.fonts2u.com/lassus.font - Download the @fontface version which includes the stylesheet to link it and a html document as an example.
I used mine as follows:
@font-face {font-family:"Lassus";
src:url("LASSUS.eot?") format("eot"),url("LASSUS.woff") format("woff"),url("LASSUS.ttf") format("truetype"),url("LASSUS.svg#Lassus") format("svg");
font-weight:normal;
font-style:normal;
}