I tried using a custom font in a html document,
but IE6 fails to show it (FF and Opera show it fine):
Code:#barcodediv { position:absolute; left:9px; top:160px; width:130px; height:28px; text-align:center; z-index:40; overflow:hidden; vertical-align:baseline; font-family:"Free 3 of 9"; font-size:28px; }This is a free barcode font. I need to print a user card with bar code on it.Code:<div id="barcodediv">*PAR7234931*</div>
Are there any workarounds for IE to show a custom font installed on the system?

