We are currently cleaning up the fonts (last update 10/1/6) and looking for a better way to embed fonts but for now...
To embed the Annandale font, download and install these file on your webroot:
Then add this to your webpage header:
<STYLE TYPE="text/css">
<!-- /* $WEFT -- Created by: Steve Bergesch (bcs@ bergesch.com) on 10/5/2006 --
*/
@font-face {
font-family: Annandale;
font-style: normal;
font-weight: normal;
src: url(ANNANDA2.eot);
}
@font-face {
font-family: AnnandaleSkew;
font-style: normal;
font-weight: normal;
src: url(ANNANDA1.eot);
}
-->
</STYLE>